Start a Lua debug session
POST/api/debug/start
Launches a new luajit debug_runner.lua subprocess for the given
node's script, wired up with the requested breakpoints, optional
stop-on-entry, and sample input data, and returns a new session id along
with the first debug event (the initial stop, or a termination if the
script exited immediately).
Request
Responses
- 200
- 404
- 410
- 422
- 500
- 503
- 504
Successful Response
Node not found, or script not found
Debug session is no longer running
Validation Error
debug runner harness missing, or luajit not found on the server
Lua runtime not built. Run make linkiir in the runtime directory.
Debug step timed out