Setting breakpoints
Before you start the debugger, set breakpoints in your source code.
About this task
To set breakpoints with Visual C++
Procedure
- 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.