Last updated
Last updated
Retrieve the i-th frame withing the debugger with a given ID.
URL: /debuggers/{id}/frames/{index}
Method: GET
Code : 200 OK
Content: frame
where frame
is defined as:
Where class
is the class of the receiver as defined , method
is the method associated to the frame as defined , and interval
contains the starting and ending positions of the current AST node within the source code.
Example:: 2nd frame of debugger with ID 1
, GET /debugger/1/frames/2