Deploying and Managing Apama Applications > Event 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 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.