How does a historical debugger work?

Posted by mafutrct on Stack Overflow See other posts from Stack Overflow or by mafutrct
Published on 2010-05-18T23:26:14Z Indexed on 2010/05/18 23:30 UTC
Read the original article Hit count: 312

A historical debugger is able to revert program state (including current instruction) to a former state. How is this possible in managed or unmanaged environments? I can't imagine that the debugger takes a state shot of the whole system on every instruction.

© Stack Overflow or respective owner

Related posts about debugger

Related posts about historical-debugger