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 on the object you have currently selected on the object name drop-down list, select a method name from the method drop-down list. This list will only contain debuggable methods in the currently selected object. Once you have selected server host name, object name, and method name, click the Create button to create the method breakpoint.

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

Alternatively, you can set method breakpoints by right-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 OLT will attach the Debugger only at the specified breakpoints if not run in the step-by-step mode.

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).