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..2c3f1ae7ad0b4b9b2b4dd9571f0d590f991a6ee4 |
--- /dev/null |
+++ b/test/inspector/debugger/wasm-imports-expected.txt |
@@ -0,0 +1,23 @@ |
+Installing code and global variable. |
+Calling instantiate function for module A. |
+Waiting for wasm script to be parsed. |
+Got wasm script! |
+Setting breakpoint in line 1: |
+func $func |
+ #nop |
+end |
+ |
+Calling instantiate function for module B. |
+Calling main function on module B. |
+Paused at 1:2. |
+func $func |
+ #nop |
+end |
+ |
+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. |