Article ID: 103861
Article Last Modified on 7/11/2005
HKEY_LOCAL_MACHINE\
SOFTWARE\
Microsoft\
Windows NT\
CurrentVersion\
AeDebug
This key contains the following entries:
Auto DebuggerThese entries are also available on Windows 95. However, on Windows 95, they are contained in the Win.ini file instead of the registry. The section [aedebug] has entries that correspond to the registry.
DRWTSN32 -p %ld -e %ld -gand the Auto value is set to 1. If the Win32 SDK is installed, then the Debugger value is changed to
<MSTOOLS>\BIN\WINDBG -p %ld -e %ldand the Auto value is set to 0.
C:\Program Files\DevStudio\SharedIDE\BIN\msdev.exe -p %ld -e %ld
DRWTSN32 -ifrom a command prompt (or from the Start menu, click Run).
Keywords: kbinfo KB103861