FIX: UNC File Names Cause Remote Debugging to FailLast reviewed: September 19, 1997Article ID: Q140444 |
The information in this article applies to:
SYMPTOMSA remote debugging session hosted on Windows NT with the target located on a computer running Windows 95 using TCP/IP may fail to acknowledge breakpoints. In addition, pressing CTRL+BREAK interrupts the debugging session leaving you with assembler code rather than source code in the source window.
CAUSEOn the host computer, the Debug tab in the Project Settings dialog box has two executable location fields:
\\server\share\myproj\myprog.exe RESOLUTIONTo work around this problem, map a drive to the share and use the mapped file name. For example, from the host computer:
p: = \\server\share Executable for debug session: p:\myproj\myprog.exe Remote executable path and file name: c:\myproj\myprog.exe STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ version 5.0.
Keywords : vcbuglist400 vcfixlist500 WBDebug kbtool Version : 4.0 4.1 4.2 Platform : NT WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |