Setting a Breakpoint

You can use Class Outline to quickly set a breakpoint on a method for use in the integrated debugger.

To set a breakpoint

  1. In Class Outline, right-click the method that you want to set a breakpoint on.

  2. On the shortcut menu, click Insert Breakpoint. To verify that a breakpoint was set, double-click the method in Class Outline to go to the definition in the source file. Observe that a breakpoint glyph appears in the margin.

  3. To clear the breakpoint, right-click the method and click Remove Breakpoint on the shortcut menu.

For more information about breakpoints and debugging, see Debugging Applications.