Last updated
Last updated
Retrieve bindings of the frame at a given index, within the debugger with a given ID.
URL: /debuggers/{id}/frames/{index}/bindings
Method: GET
Code : 200 OK
Content: [binding]
where binding
is defined as:
Where name
corresponds to the name in the AST, and type
can be temporary
, argument
or variable
(for pseudo variables, instance variables, class variables and globals).
Example:: bindings of frame 1 in debugger with ID 1
, GET /debugger/1/frames/1/bindings