mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Whit this enhancement the debugger can able handle more than one source file across the new source wait mode. This feature can be used by the python client with the --client-source [paths] switch. The client will store every source path, when the debugger send a signal about the waiting status, then the client will send one file from the list. JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi.szeged@partner.samsung.com
16 lines
678 B
Plaintext
16 lines
678 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/client_source_multiple_2.js:15
|
|
(jerry-debugger) n
|
|
Stopped at tests/debugger/client_source_multiple_1.js:15
|
|
(jerry-debugger) n
|
|
Stopped at tests/debugger/client_source_multiple_1.js:27
|
|
(jerry-debugger) s
|
|
Stopped at tests/debugger/client_source_multiple_1.js:18 (in foo() at line:17, col:1)
|
|
(jerry-debugger) s
|
|
Stopped at tests/debugger/client_source_multiple_1.js:19 (in foo() at line:17, col:1)
|
|
(jerry-debugger) s
|
|
Stopped at tests/debugger/client_source_multiple_2.js:18 (in bar() at line:17, col:1)
|
|
(jerry-debugger) s
|
|
Stopped at tests/debugger/client_source_multiple_2.js:19 (in bar() at line:17, col:1)
|
|
(jerry-debugger) c
|