Hacker News new | ask | show | jobs
by WDCDev 4074 days ago
You can. I just drag the arrow that appears on broken execution "upwards" to a previous line of code. There might be another way to do it.
1 comments

Does this undo previous commands or does it just rerun code?
Neither - it changes the program counter, ready for the next operation. It's not terribly cunning, but it's sometimes useful.