Specifying the Debugger for Unhandled User Mode Exceptions

ID: Q121434


The information in this article applies to:

Windows NT allows you to specify a post mortem debugger for unhandled User mode exceptions. A general protection (GP) fault message is one of the many examples of a User mode exception. This allows you to see what went wrong in the code by examining where the program caused the fault, as well as the condition of registers, memory, and the stack.

By default, Windows NT used a 32-bit version of Dr. Watson as a post mortem debugger. The Dr. Watson log obtained from application users can be useful to the developers of the application in determining the cause of failure.

When the Win32 SDK is installed, the default post mortem debugger is changed to the kernel debugger. When Microsoft Visual C++ version 2.00 is installed, the default postmortem debugger is changed to the Visual C++ interface.

In order to change the default debugger for unhandled user mode exceptions, do the following:

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

  1. Start Registry Editor and locate the following Registry subkey in the HKEY_LOCAL_MACHINE subtree:


    \SOFTWARE\MICROSOFT\WINDOWS NT\CURRENTVERSION\AEDEBUG


  2. Select the Debugger value.


  3. On the Edit menu, click String.



  4. Choose OK and exit Registry Editor.


The new debugger is used the next time you log on.

Additional query words: NTAS Breakpoint NTS NTW debugref


Keywords          : 
Version           : winnt:3.5,3.51,4.0
Platform          : winnt 
Issue type        : 

Last Reviewed: February 3, 1999