![]() |
![]() |
![]() |
The name of this dialog box changes depending on what you are debugging. The name of this dialog box may be Find Function, Find Method or Find Procedure. Select the appropriate dialog box:
Use the Find Function dialog box to find the start of a function in your program. Only object files, DLLs, or shared libraries that the debugger is aware of can be searched. Shared libraries, DLLs or executables that will be called by the program you are debugging, but not yet loaded, cannot be searched.
Controls and control groupings are described below. Group and subgroup names appear in italics, and control names appear in bold.
Enter the function to be searched for | Enter the name of the function you want to search for. | ||||||
Case sensitive search | If checked, a function is found only if both text and character case are matched. | ||||||
Debugging information only | If checked, only files containing debugging information will be searched for the function. | ||||||
Push-buttons |
|
If multiple functions with same name are found, the Available Functions dialog box opens, listing all functions sharing that name. Select the desired function from that list.
Use the Find Method dialog box to find the start of a method in your program. Only classes or packages that are registered with the debugger can be searched. Classes or packages not registered with the debugger cannot be searched.
Controls and control groupings are described below. Group and subgroup names appear in italics, and control names appear in bold.
Enter the method to be searched for | Enter the name of the method you want to search for. | ||||||
Case sensitive search | If checked, a method is found only if both text and character case are matched. | ||||||
Debugging information only | If checked, only classes or packages containing debugging information will be searched for the method. | ||||||
Push-buttons |
|
If multiple methods with same name are found, the Available Methods dialog box opens, listing all methods sharing that name. Select the desired method from that list.
Use the Find Procedure dialog box to find the start of a procedure in your program.
Controls and control groupings are described below. Group and subgroup names appear in italics, and control names appear in bold.
Enter the procedure to be searched for | Enter the name of the procedure you want to search for. | ||||||
Case sensitive search | If checked, a procedure is found only if both text and character case are matched. | ||||||
Debugging information only | If checked, only programs containing debugging information will be searched for the procedure. | ||||||
Push-buttons |
|
If multiple procedures with same name are found, the Available Procedures dialog box opens, listing all procedures sharing that name. Select the desired procedure from that list.