List scope chain levels and their variables to the selected stack frame. (#2557)
It supports to list the scope chain of the current execution context and see which variables are available. JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -31,7 +31,7 @@ extern "C"
|
||||
/**
|
||||
* JerryScript debugger protocol version.
|
||||
*/
|
||||
#define JERRY_DEBUGGER_VERSION (6)
|
||||
#define JERRY_DEBUGGER_VERSION (7)
|
||||
|
||||
/**
|
||||
* Types for the client source wait and run method.
|
||||
|
||||
Reference in New Issue
Block a user