remove-breakpoint
Removes a breakpoint that you set using the set-breakpoint
command.
/action=luaDebug&command=remove-breakpoint&file=File&line=Line[&session=SessionID]
Type: Synchronous
Parameter Name | Description | Required |
---|---|---|
File
|
The name of the file in which to remove the breakpoint. You can use an absolute or relative path. Relative paths are relative to the OpenText Core Content Connector installation folder. | Yes |
Line
|
The line from which to remove the breakpoint. | Yes |
Session
|
To remove the breakpoint only for scripts run by a specific debugging session, specify a session ID. If you do not set this parameter, the breakpoint is removed from every session. You can retrieve a session ID by using the get-status command. | No |
Example
http://localhost:7000/action=luadebug&command=remove-breakpoint&file=scripts/script.lua&line=4
Response
<autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>LUADEBUG</action> <response>SUCCESS</response> <responsedata> <data> <command>remove-breakpoint</command> </data> </responsedata> </autnresponse>