FIX: Cannot Set Breakpoint if Project Contains \C++\ in PathLast reviewed: September 18, 1997Article ID: Q122170 |
2.00
WINDOWS NT
kbtool kbfixlist
The information in this article applies to:
SYMPTOMSThe debugger is unable to set breakpoints when you use the Visual C++ integrated debugger to debug a project located in a directory that contains non-alphanumeric characters (for example, a path that contains \C++\) -- which is a directory name supported by the Windows NT File System (NTFS). It is possible to set a breakpoint in a source file, but attempting to start a debug session generates this error message:
CAUSEThe integrated debugger can't handle file names supported only on NTFS.
RESOLUTIONAvoid the use of NTFS-specific file names or directory names.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was fixed in Microsoft Visual C++, 32-bit Edition, version 4.0.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: IDE 2.00 buglist2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |