Index: test/inspector/debugger/wasm-imports-expected.txt |
diff --git a/test/inspector/debugger/wasm-imports-expected.txt b/test/inspector/debugger/wasm-imports-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..40f0df012498510eca0f630a143c90b98b1bf9ea |
--- /dev/null |
+++ b/test/inspector/debugger/wasm-imports-expected.txt |
@@ -0,0 +1,26 @@ |
+Installing code and global variable. |
+Calling instantiate function for module A. |
+Waiting for wasm script to be parsed. |
+Ignoring script with url v8://test/instantiateA |
+Got wasm script! |
+Source: |
+func $func |
+ nop |
+end |
+ |
+Setting breakpoint in line 1, column 2 |
+{ |
+ columnNumber : 2 |
+ lineNumber : 1 |
+ scriptId : <scriptId> |
+} |
+Calling instantiate function for module B. |
+Calling main function on module B. |
+Paused at 1:2. |
+Getting current stack trace via "new Error().stack". |
+Error |
+ at v8://test/getStack:1:1 |
+ at main (<WASM>[1]+1) |
+ at v8://test/runWasm:1:22 |
+exports.main returned. |
+Finished. |