Skip to main content

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

Successful Response