Modifying a Breakpoint using the Breakpoints Dialog Box

  1. Click Debug > Breakpoints to open the Breakpoints dialog box.

    The Location tab displays a list of the current breakpoint locations, along with each breakpoint's file name, line number, skip count, and expression.

  2. Click Modify (the second of the five buttons in the top, right portion of the tab).

    The Breakpoint Details dialog box appears. Here, you can enable or disable a breakpoint, change the file name, or alter the line number, expression, or skip count.

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

    The modifications to your breakpoints are now reflected in the Breakpoints list.

  4. Click OK.