The SCL Debugger |
Syntax | |
Details | |
Examples |
Syntax |
HELP <command> |
is the debugger command for which to display help. You must use full command names rather than abbreviations.
Details |
The HELP command displays information describing the syntax and usage of debugger commands. If command is not supplied, HELP displays a list of the debugger commands. You can then select any command to receive information about that command.
You can also issue the HELP command from the command line of the debugger MESSAGE window.
Examples |
Display a list of the debugger commands:
DEBUG> help
Display the syntax and usage information for the BREAK command:
DEBUG> help break
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.