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:
@@ -4,9 +4,9 @@ Stopped at tests/debugger/do_help.js:15
|
||||
|
||||
Documented commands (type help <topic>):
|
||||
========================================
|
||||
abort bt display exception list next s step
|
||||
b c dump f memstats quit scroll throw
|
||||
backtrace continue e finish ms res source
|
||||
break delete eval help n restart src
|
||||
abort bt display exception list next s src
|
||||
b c dump f memstats quit scopes step
|
||||
backtrace continue e finish ms res scroll throw
|
||||
break delete eval help n restart source variables
|
||||
|
||||
(jerry-debugger) quit
|
||||
|
||||
Reference in New Issue
Block a user