Y
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
Lawtonfogle
4074 days ago
Does this undo previous commands or does it just rerun code?
link
to3m
4074 days ago
Neither - it changes the program counter, ready for the next operation. It's not terribly cunning, but it's sometimes useful.
link