Dubugging a program not run within the debugger and without a crash
Posted
by Mick
on Stack Overflow
See other posts from Stack Overflow
or by Mick
Published on 2010-06-08T09:05:59Z
Indexed on
2010/06/08
9:12 UTC
Read the original article
Hit count: 241
I left a program running last night, it worked fine for about 5 hours and then one of its built-in self-diagnostic tests detected a problem and brought up a dialog box telling me the issue. The program was built with debug information (/Zi). Is it possible to somehow get the debugger started so I can examine the value of some variables within the program? Or is it too late?
© Stack Overflow or respective owner