PRB: Debugger Hangs If Remote Connection Is LostLast reviewed: July 25, 1997Article ID: Q123808 |
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 INFORMATIONThe 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. To use PVIEW to terminate the Visual C++ session:
Keywords : WBDebug Version : 2.0 2.1 4.0 Platform : NT WINDOWS Issue type : kbprb Solution Type : Info_Provided |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |