The information in this article applies to:
SYMPTOMSWhen debugging an application under Windows NT, pressing the F12 key when the debuggee (the application) has focus causes the integrated debugger to pause the debuggee and display a dialog with one of the following messages: -or- This occurs only under Windows NT, not under any other Win32 platform. CAUSE
When the F12 key is pressed and the application in focus is being debugged,
Windows NT calls a function similar to DebugBreak(), which executes a hard
coded breakpoint instruction. The integrated debugger then traps the
exception generated by this instruction. RESOLUTION
While there is no way to disable this functionality, it doesn't affect
the application that's being debugged other than to pause debugging
and change focus. You can continue debugging by pressing the F5 key. STATUSThis behavior is by design. Additional query words: IDE
Keywords : kbDebug kbide kbVC100 kbVC200 kbVC210 kbVC400 kbVC500 kbVC600 |
Last Reviewed: September 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |