Deploying and Managing Apama Applications > Correlator Utilities Reference > Using the command-line debugger > Working with breakpoints using the command-line debugger > Removing breakpoints
Removing breakpoints
To remove a breakpoint by specifying the file name and the line number, enter something like the following:
engine_debug breakpoint delete --file filename.mon --line 27
To use the monitor name to remove a breakpoint, enter something like this:
engine_debug breakpoint delete --monitor package.monitor --action actionName --line 27
To delete a breakpoint by using the breakpoint ID that appears in the breakpoint list returned by the debugger, enter something like this:
engine_debug breakpoint delete --breakpoint 1
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.