Reputation: 4982
Is there a windows (win32, .net) debugger which can do something like gdb checkpoint?
http://sourceware.org/gdb/current/onlinedocs/gdb/Checkpoint_002fRestart.html
Upvotes: 2
Views: 201
Reputation: 1685
The closest feature I've heard of on Windows is IntelliTrace. Another doc is here: http://msdn.microsoft.com/en-us/library/dd264915%28VS.100%29.aspx
The feature has a lot of limitations - no 64bit, native code, script or SQL CLR support
Upvotes: 2