The information in this article applies to:
SYMPTOMSWhen using the remote debugging feature of the Visual C++ Integrated Debugger to debug an application on Win32s from Windows NT, the debugger appears to hang (stops responding) if a remote connection is suddenly terminated. CAUSEThis can occur if the computer running Win32s is turned off or if the serial cable connecting the two computers is disconnected while debugging. The debugger is waiting for information from the remote monitor on the computer running Win32s and does not time-out. RESOLUTIONBecause the debugger will not respond when it is waiting for the information, the development environment needs to be terminated. MORE INFORMATION
The Visual C++ development environment may be terminated through the
Task List, or by using PVIEW.EXE. PVIEW.EXE is a graphical Process
Viewer, providing an interface through which processes (and threads) may
be examined and modified. PVIEW.EXE ships with Visual C++ versions 2.0
and 4.0.
Additional query words:
Keywords : kbDebug kbide |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |