step
Advances execution of a paused script until the next line is reached.
NOTE: You can only use this command when Lua execution is paused, for example by a breakpoint or as a result of the break
command. To set a breakpoint, use the set-breakpoint
command.
/action=luaDebug&command=step&Session=SessionID
Type: Synchronous
Parameter Name | Description | Required |
---|---|---|
Session
|
The session ID of the session. You can retrieve a session ID by using the get-status command. | Yes |
Example
http://localhost:7000/action=luadebug&command=step&session=e7eca9f82759d70dedae74b362c63eff
Response
<autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>LUADEBUG</action> <response>SUCCESS</response> <responsedata> <data> <command>step</command> <session id="e7eca9f82759d70dedae74b362c63eff" /> </data> </responsedata> </autnresponse>