Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
stavros
on July 12, 2012
|
parent
|
context
|
favorite
| on:
Some things I've learnt about programming
Aren't there debuggers that step backwards? That sounds useful in many cases, and not impossible to create, at least for special cases.
lt
on July 12, 2012
|
next
[–]
Yes, they're usually called "Omniscient Debuggers". Intellitrace on Visual Studio provides this kind of funcionality.
zaptheimpaler
on July 12, 2012
|
prev
|
next
[–]
Also GDB has supported reverse-execution on some environments (i386-linux and amd64-linux included) since version 7.
brianpan
on July 12, 2012
|
prev
|
next
[–]
Some debuggers let you "drop frames". This brings you back up the call stack and you can step back down into the beginning of the method call.
http://stackoverflow.com/questions/2367816/when-using-the-ja...
gaius
on July 12, 2012
|
prev
[–]
OCamlDebug does this. Magic :-)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: