mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_list.js:15
|
|
(jerry-debugger) b do_list.js:18
|
|
Breakpoint 1 at tests/debugger/do_list.js:18
|
|
(jerry-debugger) b do_list.js:19
|
|
Breakpoint 2 at tests/debugger/do_list.js:19
|
|
(jerry-debugger) list
|
|
1: tests/debugger/do_list.js:18
|
|
2: tests/debugger/do_list.js:19
|
|
(jerry-debugger) quit
|