PRB: Just-In-Time Debugging Launches Wrong DebuggerLast reviewed: July 24, 1997Article ID: Q138786 |
The information in this article applies to:
SYMPTOMSAlthough Just-In-Time (JIT) debugging is enabled in the Developer Studio, a debugging utility other than the Developer Studio is invoked when an illegal operation occurs in Windows 95.
CAUSEIn Windows 95, the Developer Studio uses the Win.ini file to maintain the just-in-time debugging settings. If the following registry key exists in your Windows 95 registry, its settings will preempt the settings in the Win.ini file:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\AeDebug RESOLUTIONDelete the following registry entry to allow Visual C++ just-in-time debugging to be invoked:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current Version\AeDebug STATUSThis behavior is by design.
MORE INFORMATIONIn Windows NT, this information is kept only in the registry. In Windows 95, it is necessary for this information to be placed in the Win.ini file only. Installing the Win32 SDK on a computer that is running Windows 95 will create a registry key and cause the problem described. Use Regedit.exe to delete the key from the registry. The following entries should exist in the Win.ini file:
[AeDebug] Auto=0 Debugger=c:\msdev\bin\msdev.exe -p %ld -e %ldThe path to Msdev.exe may be different on your computer. The Win.ini file is located in your Windows directory.
REFERENCESThe Readme for Microsoft Visual C++ Version 4.0. |
Keywords : kbtshoot WBDebug
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |