Chapter Contents |
Previous |
Next |
Command Directory |
Request to browse a source file
bro{wse}
browse
[struct
| union | class | enum] name
browse
command is as follows:
browse
[struct|union|class|enum
] NAME
The NAME
argument
is
a single identifier name, not an expression.
The class keyword is valid only if
auto cxx
is
in effect. The
cxx
keyword
is set automatically whenever the debugger detects C++ translated source code.
If one of these optional keywords is specified, only the list of tag names is searched.
The
browse
command may be preceded with a
>
or
>>
command prefix:
a
>
opens a new Browse window; a
>>
or no prefix reuses the most recently
used Browse window or opens one if none is open.
Note:
The only way to issue the
browse
command
is through the Command window (or a PF key). You cannot issue the
browse
command
in the Browse window.
browse i
i
is declared.
browse struct
s
s
is
declared.
PROFILE | no |
configuration file | no |
Source command prefix | no |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.