PRB: Debugging the Open Common Dialog Box in WinDbgLast reviewed: November 2, 1995Article ID: Q99952 |
The information in this article applies to:
SYMPTOMSWhen debugging an application that uses the Open common dialog box (created by the GetOpenFileName() function) in WinDbg, the program stops and the following information is displayed in the Command window:
Thread Terminate: Process=0, Thread=2, Exit Code=1 CAUSEThe Open common dialog box causes a thread to be created. At this point in the debugging, that thread has terminated. By default, WinDbg halts whenever a thread terminates.
RESOLUTIONExecute the go command (type "g" at the command prompt). Execution will continue.
MORE INFORMATIONTo prevent WinDbg from halting when a thread is terminated, select Debug from the Options menu and check "Go on thread terminate."
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |