Obtaining online help for the command-line debugger
The command-line debugger provides online help. To obtain general information, enter the following:
engine_debug help
To get help for a particular command, specify that command after the help keyword. For example:
engine_debug help status
status: Displays the current debugger state, and position if stopped
engine_debug help breakpoint add
breakpoint add [--breakonce] --line linenumber [--file filename |
--owner ownername --action actionname]:
Add a breakpoint at the specified location