Setting a Breakpoint using the Breakpoints Dialog Box

  1. Click Debug > Breakpoints to open the Breakpoints dialog box.
  2. On the Location tab, click New (the button in the top, right corner of the tab) or double-click in the window.

    The Breakpoint Details dialog box appears. By default, the Enable check box is checked.

  3. Fill in the file name, line number, expression, and skip count for your breakpoint.

    Use the Browse push button if necessary to locate your file name.

  4. Click OK to return to the Breakpoints dialog box.

    The location of your new breakpoint appears in the dialog box.

  5. Click OK.