1Connecting to: localhost:5001 2Stopped at tests/debugger/client_source_multiple_2.js:15 3(jerry-debugger) n 4out: multiple-client-source-test-file-2 5Stopped at tests/debugger/client_source_multiple_1.js:15 6(jerry-debugger) n 7out: multiple-client-source-test-file-1 8Stopped at tests/debugger/client_source_multiple_1.js:27 9(jerry-debugger) s 10Stopped at tests/debugger/client_source_multiple_1.js:18 (in foo() at line:17, col:1) 11(jerry-debugger) s 12out: foo 13Stopped at tests/debugger/client_source_multiple_1.js:19 (in foo() at line:17, col:1) 14(jerry-debugger) s 15Stopped at tests/debugger/client_source_multiple_2.js:18 (in bar() at line:17, col:1) 16(jerry-debugger) s 17out: bar 18Stopped at tests/debugger/client_source_multiple_2.js:19 (in bar() at line:17, col:1) 19(jerry-debugger) c 20out: str-argument: called-from-test-file-1 21out: crossFoo 22out: str-argument: called-from-test-file-2 23