views:

151

answers:

0

Is it me, or is reverse debugging the most amazing feature ever that no-one seems to be using or building into all or debuggers for that matter?

By Reverse debugging I mean a debugger that by some means records the state of your program at every execution level and thus allows you to go backwards and forwards in time through the execution of your program.

To clarify the question, I am asking is there any reason why this (seemingly to me) useful and timesaving tool is not being rampantly more used?