Native Inspect Manual (H06.03+)

Table Of Contents
Syntax of Native Inspect Commands
Native Inspect Manual528122-003
3-33
help command, help option
help command, help option
Displays information about commands of Native Inspect. The online help for Native
Inspect has been inherited from its WDG/GDB parents and thus provides somewhat
different information than that provided in this manual.
Alias: h
help
entered with no options at the Native Inspect prompt, displays a list of general
classes of Native Inspect commands for which you can display help.
command
is the name of a Native Inspect command for which you want to display help.
Examples
To display help:
Command or Option Function
help command Takes several arguments and displays syntax, explanation,
and examples according to the options you specify.
help command-line option
(--help)
Takes no arguments and displays the syntax of all the
command-line options (nocstm option
and version option).
help [ command ]
(eInspect 3,-2): help
List of classes of commands:
aliases -- Aliases of other commands
breakpoints -- Making program stop at certain points
data -- Examining data
filecmd -- Specifying and examining files
internals -- Maintenance commands
obscure -- Obscure features
running -- Running the program
stack -- Examining the stack
status -- Status inquiries
support -- Support facilities
tracepoints -- Tracing of program execution without stopping the program
user-defined -- User-defined commands
Type "help" followed by a class name for a list of commands in that class.
Type "help" followed by command name for full documentation.
Type "tcl" followed by command name for Tcl commands (e.g., "tcl help").
Command name abbreviations are allowed if unambiguous.