mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Convert debug server port from a compile-time constant to a context variable. This enables each engine instance (either running in the same process or in different processes) to listen for connections at different ports, i.e., multiple engines can be debugged at the same time on the same machine. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_next.js:15
|
|
(jerry-debugger) next
|
|
Stopped at tests/debugger/do_next.js:17
|
|
(jerry-debugger) next
|
|
Stopped at tests/debugger/do_next.js:18
|
|
(jerry-debugger) c
|