mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Currently it evaluates the given expression in the context of the top most stack frame. The expression should access to any variables and arguments that are in the scope chain. Implement the eval_at request with the level of the scope chain as a further argument. JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_help.js:15
|
|
(jerry-debugger) help
|
|
|
|
Documented commands (type help <topic>):
|
|
========================================
|
|
abort c e finish n s step
|
|
b continue eval help next scopes throw
|
|
backtrace delete eval_at list quit scroll variables
|
|
break display exception memstats res source
|
|
bt dump f ms restart src
|
|
|
|
(jerry-debugger) quit
|