escargot/tools/debugger/tests/do_break_async.expected
HyukWoo Park 463d73023a Fix tests according to the update in stack tracing
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
2023-10-17 17:46:14 +09:00

37 lines
1.8 KiB
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_break_async.js:43
(escargot-debugger) s
Stopped at tools/debugger/tests/do_break_async.js:39 (in j() at line:38, col:1)
(escargot-debugger) bt
tools/debugger/tests/do_break_async.js:39:5 [depth:0] (in j)
tools/debugger/tests/do_break_async.js:43:1 [depth:1]
(escargot-debugger) b do_break_async.js:40
Breakpoint 1 at tools/debugger/tests/do_break_async.js:40 (in j() at line:38, col:1)
(escargot-debugger) b do_break_async.js:31
Breakpoint 2 at tools/debugger/tests/do_break_async.js:31 (in h() at line:29, col:1)
(escargot-debugger) b do_break_async.js:22
Breakpoint 3 at tools/debugger/tests/do_break_async.js:22 (in f() at line:20, col:1)
(escargot-debugger) c
Stopped at breakpoint:1 tools/debugger/tests/do_break_async.js:40 (in j() at line:38, col:1)
(escargot-debugger) bt
tools/debugger/tests/do_break_async.js:40:5 [depth:0] (in j)
tools/debugger/tests/do_break_async.js:43:1
(escargot-debugger) c
Stopped at breakpoint:2 tools/debugger/tests/do_break_async.js:31 (in h() at line:29, col:1)
(escargot-debugger) bt
tools/debugger/tests/do_break_async.js:31:5 [depth:0] (in h)
tools/debugger/tests/do_break_async.js:35:5 (in i)
tools/debugger/tests/do_break_async.js:40:5 (in j)
tools/debugger/tests/do_break_async.js:43:1
(escargot-debugger) c
Stopped at breakpoint:3 tools/debugger/tests/do_break_async.js:22 (in f() at line:20, col:1)
(escargot-debugger) bt
tools/debugger/tests/do_break_async.js:22:5 [depth:0] (in f)
tools/debugger/tests/do_break_async.js:26:5 (in g)
tools/debugger/tests/do_break_async.js:31:5 (in h)
tools/debugger/tests/do_break_async.js:35:5 (in i)
tools/debugger/tests/do_break_async.js:40:5 (in j)
tools/debugger/tests/do_break_async.js:43:1
(escargot-debugger) c
Connection closed.