Last updated
Last updated
Retrieve frames of the debugger with a given ID.
URL: /debuggers/{id}/frames
Method: GET
Code : 200 OK
Content: [frame]
where frame
is defined as:
Note: though frame representation includes more properties (see ), this endpoint is required to provide just index
and label
Example:: frames of debugger with ID 1
, GET /debugger/1/frames