Apama 10.7.2 | Deploying and Managing Apama Applications | Correlator Utilities Reference | Using the command-line debugger | Displaying variables with the command-line debugger
 
Displaying variables with the command-line debugger
To list all variables in the current stack frame, enter the following:
engine_debug inspect
To obtain the value for a variable in the current stack frame, enter the following:
engine_debug inspect -variable variableName
To obtain the value for a variable further down the stack, run the stack command to determine the frame number and then enter the following:
engine_debug inspect -variable variableName -frame frameid