Deploying and Managing Apama Applications > Event Correlator Utilities Reference > Using the command-line debugger > Enabling and disabling debugging in the correlator
Enabling and disabling debugging in the correlator
To use the debugger, you must enable debugging in the correlator. To enable debugging locally on the default port, enter the following:
engine_debug enable
When you are done debugging, you should disable debugging in the correlator. If you do not, the correlator runs more slowly and continues to pause when it hits a breakpoint. To disable debugging in the local correlator on the default port, enter the following:
engine_debug disable
You can also use the debugger in a remote correlator by specifying the host name and the port number. For example:
engine_debug enable --host foo.bar.com --port 1234
engine_debug disable --host foo.bar.com --port 1234
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.