2020-03-05 10:49:19 -08:00
|
|
|
Tests stepping from javascript into wasm
|
2021-02-24 14:47:06 +01:00
|
|
|
|
|
|
|
Running test: test
|
2020-03-05 10:49:19 -08:00
|
|
|
Calling instantiate function.
|
|
|
|
Waiting for wasm scripts to be parsed.
|
2020-10-15 20:17:08 +02:00
|
|
|
Ignoring script with url v8://test/instantiate
|
2025-04-29 08:03:15 +02:00
|
|
|
Got wasm script: wasm://wasm/fd1bd682
|
2020-05-05 09:19:02 +02:00
|
|
|
Setting breakpoint on i32.const
|
2020-03-05 10:49:19 -08:00
|
|
|
{
|
|
|
|
columnNumber : 37
|
|
|
|
lineNumber : 0
|
|
|
|
scriptId : <scriptId>
|
|
|
|
}
|
|
|
|
paused
|
|
|
|
function test() {
|
|
|
|
#debugger;
|
|
|
|
instance.exports.main(1);
|
|
|
|
|
|
|
|
Debugger.stepInto
|
|
|
|
paused
|
|
|
|
debugger;
|
|
|
|
#instance.exports.main(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
Debugger.stepInto
|
|
|
|
paused
|
2025-04-29 08:03:15 +02:00
|
|
|
Script wasm://wasm/fd1bd682 byte offset 35: Wasm opcode 0x20 (kExprLocalGet)
|
2020-03-05 10:49:19 -08:00
|
|
|
Debugger.resume
|
|
|
|
paused
|
2025-04-29 08:03:15 +02:00
|
|
|
Script wasm://wasm/fd1bd682 byte offset 37: Wasm opcode 0x41 (kExprI32Const)
|
2020-03-05 10:49:19 -08:00
|
|
|
Debugger.resume
|
|
|
|
exports.main returned!
|