Last updated 4 months ago
Create a debugger on a given process. The process is identified thru the evaluation (ID) that created it.
URL: /debuggers
/debuggers
Method: POST
POST
Payload: an evaluation (the ID obtained when creating the evaluation):
evaluation
Code : 200 OK
200 OK
Payload:
{ "evaluation": "string" }
{ "id": "string", "description": "string" }