wasm-breakpoint-reset-on-debugger-restart-expected.txt 328 Bytes
Newer Older
1
Test that breakpoints do not survive a restart of the debugger.
2 3

Running test: test
4 5 6 7
Instantiating.
Waiting for wasm script (ignoring first non-wasm script).
Setting breakpoint.
Calling func.
8
Script wasm://wasm/8c388106 byte offset 33: Wasm opcode 0x01 (kExprNop)
9 10 11 12
func returned.
Restarting debugger.
Calling func.
func returned.