Is there a windows (win32, .net) debugger which can do something like gdb checkpoint?
http://sourceware.org/gdb/current/onlinedocs/gdb/Checkpoint_002fRestart.html
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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