mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Now the debugger generates a breakpoint for each function before its first executable statement. This allows inspecting the function arguments. Position (line and column) info is also added which simplifies finding of anonymus functions. Several tests were update to check more corner cases. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_eval.js:15
|
|
(jerry-debugger) undefined
|
|
(jerry-debugger) Stopped at tests/debugger/do_eval.js:23
|
|
(jerry-debugger) 5
|
|
(jerry-debugger) Breakpoint 1 at tests/debugger/do_eval.js:19 (in f() at line:17, col:1)
|
|
(jerry-debugger) Stopped at breakpoint:1 tests/debugger/do_eval.js:19 (in f() at line:17, col:1)
|
|
(jerry-debugger) undefined
|
|
(jerry-debugger) Stopped at tests/debugger/do_eval.js:20 (in f() at line:17, col:1)
|
|
(jerry-debugger) 6
|
|
(jerry-debugger) 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 XXX 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 YYY 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 ZZZ 123
|
|
(jerry-debugger) 8
|
|
(jerry-debugger) Stopped at tests/debugger/do_eval.js:24
|
|
(jerry-debugger) 11.3
|
|
(jerry-debugger) Press enter to stop JavaScript execution.
|
|
Connection closed.
|