node/deps/v8/test/inspector/debugger/wasm-source-expected.txt
Matheus Marchini 2883c855e0
deps: update V8 to 8.1.307.20
PR-URL: https://github.com/nodejs/node/pull/32116
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2020-03-18 16:23:22 -07:00

11 lines
260 B
Plaintext

Tests how wasm scrips report the source
Check that inspector gets wasm bytecode
Paused on debugger!
Number of frames: 5
[0] debugger;
[1] Wasm offset 72: 0x10
[2] Wasm offset 81: 0x11
[3] instance.exports.main();
[4] testFunction(module_bytes)
Finished.