Apama 10.7.2 | Deploying and Managing Apama Applications | Correlator Utilities Reference | Using the command-line debugger | Obtaining online help for the command-line debugger
 
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, if you want to find out what the status command does, enter the following:
engine_debug help status
Or to find out which options you can specify with the breakpoint add command, enter the following:
engine_debug help breakpoint add