JIT Debug under Win XP
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I saw postings in many forums from many people but still no answer to this. Please, if somebody knows the answer - share it with us! If you run your application from within Dev Studio IDE using "exclamation mark" button (or Ctl+F5) and your app crashes (ASSERT or some other reason) - in all Windows version before XP you'd click "Retry" and your IDE would invoke Just-in-time degugger and stop at the line of code that produced the error. In XP - the IDE seem to be starting the debug mode but at the same time your application is terminated (you get nice message box about it with the only button OK). VC++ 6 SP4 Win XP professional JIT debug enabled AEDebug registry key is pointing to MSDEV.EXE etc. etc. Victor Rubinstein