Setting breakpoints
Before you start the debugger, set breakpoints in your source code.
To set breakpoints with Visual C++
- Open a source code file. You can do this by double-clicking a routine under the Globals node in the Class view.
- Right-click the line of code for which you want to set a breakpoint.
- Choose Insert > Breakpoint.