The information in this article applies to:
SYMPTOMS
The 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).
Here test.cpp is the source file and linenum is the line number where the breakpoint is set. 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 INFORMATIONSteps to Reproduce Problem
Additional query words: IDE 2.00 buglist2.00
Keywords : |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |