The information in this article applies to:
SYMPTOMS
During debugging it is common to find bugs and make minor code changes as
you continue debugging. However, editing source code while in the middle of
a debugging session may cause new or existing "Break At Location"
breakpoints to become misaligned with their corresponding instructions.
("Break At Location" is the default type if the breakpoints are set using
the toolbar button in the Visual C++ development environment.)
CAUSEThe debugger does not track line number changes during editing, so it does not update new breakpoint and the current instruction pointer indicators accordingly. STATUSThis behavior is by design. Additional query words: IDE VWB visual workbench source window
Keywords : kbDebug kbide kbVC200 kbVC210 kbVC220 kbVC400 kbVC500 kbVC600 |
Last Reviewed: July 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |