Create Method Breakpoints dialog box

Use the Create Method Breakpoints dialog box to set breakpoints on specific methods. To set a method breakpoint, select the server host name, the object name, and the method name from the drop-down lists.

To set a method breakpoint in the object you have currently selected on the trace, select a method name from the method drop-down list. This list will only contain debuggable methods in the currently select object.

If you have no trace displayed, you can enter all the information in the fields.

Alternatively, you can set method breakpoints by clicking on any debuggable event on the trace (represented by a filled circle), and selecting Add to method breakpoint list from its pop-up menu.

When you have finished adding method breakpoints to the list, rerun your application. The debugger opens only at the specified breakpoints.

Note: You cannot set a method breakpoint on an application exception event, or an event that is waiting for its partner to arrive (these events are represented by an unfilled circled with an X through it).