summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/wasm-debug-command-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/wasm-debug-command-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/wasm-debug-command-expected.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/wasm-debug-command-expected.txt b/deps/v8/test/inspector/debugger/wasm-debug-command-expected.txt
new file mode 100644
index 0000000000..eadcb7d671
--- /dev/null
+++ b/deps/v8/test/inspector/debugger/wasm-debug-command-expected.txt
@@ -0,0 +1,11 @@
+Tests debug command for wasm
+Installing code and global variable.
+Calling instantiate function.
+Waiting for wasm scripts to be parsed.
+Ignoring script with url v8://test/callInstantiate
+Got wasm script: wasm://wasm/fa045c1e
+paused No 1
+Script wasm://wasm/fa045c1e byte offset 35: Wasm opcode 0x20
+Debugger.resume
+exports.main returned!
+Finished!