Program Find_Source Occurrence - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Chapter 12: Debugger Commands

Program Find_Source Occurrence

Program Find_Source Occurrence
The Program Find_Source Occurrence command searches a high-level source
file for the first occurrence of the specified string. If you provide a line
number, the debugger searches for the string starting at the given line number.
If you do not specify a line number, the string search starts at the top of the
Code window.
If you specify Forward, the debugger searches forward through the file for the
string.
If you specify Backward, the debugger searches backward through the file for
the string.
You must enclose strings containing nonalphanumeric characters in quotation
marks. Quotation marks are not required if the string consists of only
alphanumeric characters.
If the debugger finds an occurrence of the string, it displays the line containing
the string at the top of the Code window. If the string does not exist or the
debugger cannot find it, the debugger displays the message "string not found".
The screen remains unchanged.
You can use the Program Find_Source Next command to search for the next
occurrence of the specified string.
If you specify a line number with a module reference, the debugger displays the
source code for that module in the Code window.
See Also
Program Display_Source
Program Find_Source Next
449

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents