browse

Format: browse objects

Allows you to browse through lists of objects. Below are the arguments that this command accepts. If no arguments are given then proc is assumed.
browse command's arguments
Argument
Meaning
files | filelist
A list of all the files in the program.
procs | procedures
A list of all the procedures in the program.
global | globals
A list of all the global variables in the program.
classlist
A list of all the classes in the program.
classes
Opens a browser for classes.
calls | scalls [proc]
Opens a browser for static calls, optionally centered on the procedure proc, otherwise centered on the current procedure.
dcalls [proc]
Opens a browser for dynamic calls, optionally centered on the procedure proc, otherwise centered on the current procedure.
fcalls [file]
The Static File browser, optionally centered on the file file, otherwise centered on the current file.
filename
A list of all the procedures in the file filename.
classname
A list of the data members and functions of class classname.
profile
This use is deprecated. Use the profile command instead. See profile.

For details on each of the browsers, see Chapter 17, "Browse window".


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.