Debuggers
Endpoints to manage debuggers and interact with them.
Method
Path
Description
Parameters
Payload
GET
Retrieve the bindings of the _i-th frame withing the debugger with a given ID
-
-
POST
Step over the current sentence in the debugger with a given ID
-
-
POST
Step through the current sentence in the debugger with a given ID
-
-
POST
Step into the current sentence in the debugger with a given ID
-
-
POST
Terminate process being debugged and close the debugger with a given ID
-
-
Last updated