escargot/tools/debugger/tests/do_delete_pending.expected
bence gabor kis a88023c9c2 Debugger pending breakpoints
Signed-off-by: bence gabor kis <kisbg@inf.u-szeged.hu>
2020-05-22 11:14:33 +09:00

29 lines
1 KiB
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_delete_pending.js:20
(escargot-debugger) b do_delete_pending.js:21
Breakpoint 1 at tools/debugger/tests/do_delete_pending.js:21
(escargot-debugger) b pending1
No breakpoint found, do you want to add a pending breakpoint? (y or [n])
Pending breakpoint 2 at pending1()
(escargot-debugger) b pending2
No breakpoint found, do you want to add a pending breakpoint? (y or [n])
Pending breakpoint 3 at pending2()
(escargot-debugger) list
=== Active breakpoints ===
1: tools/debugger/tests/do_delete_pending.js:21
=== Pending breakpoints ===
2: pending1() (pending)
3: pending2() (pending)
(escargot-debugger) delete pending
(escargot-debugger) list
=== Active breakpoints ===
1: tools/debugger/tests/do_delete_pending.js:21
(escargot-debugger) b pending3
No breakpoint found, do you want to add a pending breakpoint? (y or [n])
Pending breakpoint 4 at pending3()
(escargot-debugger) delete all
(escargot-debugger) list
No breakpoints
(escargot-debugger) quit
Connection closed.