debug

  • Thread starter Thread starter Amanda Goodwin
  • Start date Start date
A

Amanda Goodwin

I keep getting a runtime error and then a dialog box
asking if Iwant to debug. What is debugging and can I
disable it so I don't get this box continually popping up?
Thanks for any help!
 
To disable Dr. Watson completely

HKLM\Software\Microsoft\Windows NT\CurrentVersion\AeDebug
set the string value
Auto="0"
and possibly change the string for
Debugger="drwtsn32 -p %ld -e %ld -g"
to
Debugger=""

If you later change your mind, from the "Run" box
drwtsn32 -i

Else if you just want no notification, from the run box;
drwtsn32
then uncheck the box for "Visual Notification"

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DrWatson
"VisualNotification"=dword:00000000

This article may help.

Interpreting the DrWtsn32.log File to Identify Program Crash Data
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q246084

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
|I keep getting a runtime error and then a dialog box
| asking if Iwant to debug. What is debugging and can I
| disable it so I don't get this box continually popping up?
| Thanks for any help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top