Method Entry Breakpoints

Method entry breakpoints can be set on methods of binary types.

1.

Open the class in the Outline view, and select the method where you want to add a method entry breakpoint.

2.

From the method's context menu, select Add Entry Breakpoint.

3.

A breakpoint appears in the Breakpoint view. If source exists for the class, then a breakpoint also appears in the marker bar in the file's editor for the method that was selected.

4.

While the breakpoint is enabled, thread execution suspends when the method is entered, before any line in the method is executed.

To remove the breakpoint, either: