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
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.