Displays help text for debugger commands.
HELP [command-name]
where:
The following is an excerpt of the text displayed when invoking the HELP command with the BREAKPOINT command name abbreviation.
CodeWatch> HELP B The BREAKPOINT command suspends execution to allow for debugger actions. Command Syntax Breakpoint [ statement-id ] [[action-list] ] [/IF { logical-expr } [/ELse [action-list] ]] [/Skip=n] [/Ignore | /Nlgnore [/All]] [/SILent | /NSILent]
Description
The HELP command with no parameters lists all of the available CodeWatch commands. If the HELP command is followed by command-name, help text for that command is displayed.