Setting breakpoints

Before you start the debugger, set breakpoints in your source code.

About this task

To set breakpoints with Visual C++

Procedure

  1. Open a source code file. You can do this by double-clicking a routine under the Globals node in the Class view.
  2. Right-click the line of code for which you want to set a breakpoint.
  3. Choose Insert > Breakpoint.