Methods pane
The Methods pane lists the methods in the source files for
the currently loaded program. You can display the source for a particular method
in the Source window or search for a method in the list.
- To display a particular method in the Source window, right-click the method
that you want to display and select Go To Source. The Source
window loads the file that contains the method, displays the method, and highlights
the first line of the method.
- To search for a specific method that you want to display in the Source window,
type the method name in the Method field at the bottom of
the pane and click Go. If the method you typed produces more
than one match, in the Go To Method dialog, select the method
that you want to display and click OK.
- To search for specific text in the method names, right-click in the Methods
pane and select Find. In the Find dialog,
type the text that you want to search for and click OK.
Right-click the Methods pane or a method to select any of
the available options.
You can specify whether or not to display the method list for the program that
you are debugging. Resolving the method list can decrease performance when debugging
large programs. To specify whether or not you resolve the method list, complete
the following steps:
- From the Debug menu, select Debug Options.
- Select Resolve method list to display all methods for the
program that you are debugging. Deselect Resolve method list
when you do not want to display methods.
- Click OK.