The information in this article applies to:
SYMPTOMS
When Just-In-Time (JIT) debugging is enabled in Visual C++, applications
that cause exceptions (debuggees) bring up a dialog that will allow you to
start the debugger.
CAUSEWhen Windows NT starts the debugger after a fault, it runs in the same context as the application that faulted. Many services run in the LocalSystem account, which does not have access to the user desktop by default. Because the process cannot interact with the desktop, the debugger cannot either. RESOLUTIONBeginning with version 3.5 of Windows NT, you can allow a Service to interact with the desktop. There are two ways to do this:
-or- STATUSThis behavior is by design in Windows NT 3.1 and 3.5. This problem does not occur under Windows NT 3.51. Additional query words: hung hang WorkBench
Keywords : kbDebug kbide kbVC200 kbVC210 kbVC400 kbVC500 kbVC600 |
Last Reviewed: July 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |