Use the Breakpoints dialog box to view and set breakpoints before you begin a debugging session. Unless you have specifically disabled a breakpoint for a configuration, breakpoints are retained across debugging sessions and across all processes in your project.
This dialog box is the same as the Data and code breakpoints view in the debugger user interface (displayed after you begin a debugging session). Once you debug, Run|View Breakpoints will select the Data and code breakpoints view for the current debug session, instead of the dialog box.
To open the Breakpoints dialog box, choose Run|View Breakpoints.
You use the the Breakpoints dialog box to:
To set breakpoint properties, right-click on a breakpoint, and choose Breakpoint Properties, or Ctrl+click the mouse in the editor on a breakpointable line.
See also