Y
Hacker News
new
|
ask
|
show
|
jobs
by
omtose
4074 days ago
You cannot step back with VS's debugger, can you?
1 comments
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.
link
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