Support for reverse debugging in C++
Under Linux reverse debugging of C++ code is possible for a while. Both by a commercial solution (UndoDB (http://undo-software.com/)) and meanwhile by GDB, too (http://www.gnu.org/s/gdb/news/reversible.html).
It's time to add this capability to the Visual Studio debugger, too.
26
votes
2 comments
-
Martin Kallman
commented
VMWare Workstation integrates with Visual Studio to support replay debugging. Developer's guide http://www.vmware.com/pdf/ws7_visualstudio_debug.pdf
-
ac
commented
byuu.org/programming/bps/
code for implementing efficient deltas, faster and more efficient than xdelta. IDK how it compared to MS's own stuff.