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:
Robert Sipka
2018-10-29 14:33:31 +01:00
committed by Akos Kiss
parent 7120b8ec02
commit 34c5e229ee
14 changed files with 914 additions and 13 deletions
+28
View File
@@ -0,0 +1,28 @@
scopes
variables
variables 1
variables 0
b tests/debugger/do_variables.js:20
c
scopes
variables 0
variables 1
variables 2
b tests/debugger/do_variables.js:30
c
scopes
variables 1
variables 0
b tests/debugger/do_variables.js:33
c
c
scopes
variables 0
variables 1
b tests/debugger/do_variables.js:50
c
scopes
variables 0
variables 1
variables 2
c