Setting a Breakpoint in a Program

See Also 

To set a line breakpoint:

To set all other types of breakpoints:

  1. Choose Debug > New Breakpoint (Ctrl-Shift-F8).

    The New Breakpoint dialog box opens.

  2. In the Breakpoint Type drop-down list, set the type to the event on which you want to set a breakpoint..
  3. Specify the settings for the breakpoint. .
  4. Set any additional options you require in the New Breakpoint dialog box (click More to see breakpoint restrictions) and click OK.
  5. The IDE creates the new breakpoint for the specified function.

To modify an existing breakpoint:

  1. Choose Windows > Debugging > Breakpoints (Alt-Shift-5) to open the Breakpoints window.
  2. Right-click any breakpoint and choose Customize to open the Customize Breakpoint dialog box.
  3. Adjust any settings or actions you require and click OK.

    The IDE updates the breakpoint

To enable and disable a breakpoint:

Note:

See Also
Breakpoints

Legal Notices