Control an active Lua debug session
POST/api/debug/control
Sends a control command (continue, step over/in/out, or stop) to an active debug session, optionally updating its breakpoints first, and returns the next debug event. Stopping a session tears it down immediately and returns a synthetic terminated event.
Request
Responses
- 200
- 400
- 404
- 410
- 422
- 504
Successful Response
Unknown action
Debug session not found
Debug session is no longer running
Validation Error
Debug step timed out