Dr. Watson crash
-
Hi, I'm working on windows2000 with SP4. My application crashed when running. The developer ask me to open Dr.Watson for this application and send dump file to him. However, after run "drwtsn32 –p PID" (My application's PID), Dr. Watson crashed! So I can not get whole dump file. I just see such error from Dr. Watson's log: App: (pid=2096) When: 4/10/2007 @ 15:58:17.609 Exception number: 80000003 (hardcoded breakpoint) I feel very boring and don't know the reason:( X|
-
Hi, I'm working on windows2000 with SP4. My application crashed when running. The developer ask me to open Dr.Watson for this application and send dump file to him. However, after run "drwtsn32 –p PID" (My application's PID), Dr. Watson crashed! So I can not get whole dump file. I just see such error from Dr. Watson's log: App: (pid=2096) When: 4/10/2007 @ 15:58:17.609 Exception number: 80000003 (hardcoded breakpoint) I feel very boring and don't know the reason:( X|
I`m REMY wrote:
My application crashed when running.
Try to use your debugger instead of Dr.Watson, this will be much more efficient :).
Cédric Moonen Software developer
Charting control [v1.2 - Updated] -
I`m REMY wrote:
My application crashed when running.
Try to use your debugger instead of Dr.Watson, this will be much more efficient :).
Cédric Moonen Software developer
Charting control [v1.2 - Updated]Thanks. Moonen. But I don't have any other debugger tools. Do you know what can I used to replace Dr. Watson?:sigh:
-
Thanks. Moonen. But I don't have any other debugger tools. Do you know what can I used to replace Dr. Watson?:sigh:
I`m REMY wrote:
But I don't have any other debugger tools.
:confused: What IDE are you using ? Don't you use visual studio ? In most of the IDE, there is a debugger which comes along. Or are you using a simple text editor (like errr, notepad) and a command line compiler ? If you are using any version of visual studio, simply press F5 to start the debugger. You can put breakpoints using F9 and watch the different variables state.
Cédric Moonen Software developer
Charting control [v1.2 - Updated]