Article ID: 138786
Article Last Modified on 4/28/2005
APPLIES TO
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 6.0 Enterprise Edition
- Microsoft Visual C++ 5.0 Professional Edition
- Microsoft Visual C++ 6.0 Professional Edition
- Microsoft Visual C++ 6.0 Standard Edition
This article was previously published under Q138786
SYMPTOMS
Although 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.
CAUSE
In 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
RESOLUTION
Delete 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
STATUS
This behavior is by design.
REFERENCES
The Readme for Microsoft Visual C++ Version 4.0.
Keywords: kbtshoot kbbug kbide kbdebug kbprb KB138786