Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1914)

Side by Side Diff: test/inspector/debugger/wasm-imports-expected.txt

Issue 2720813002: [wasm] Fix importing wasm functions which are being debugged (Closed)
Patch Set: Awesome inspector test now :) Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Installing code and global variable.
2 Calling instantiate function for module A.
3 Waiting for wasm script to be parsed.
4 Got wasm script!
5 Setting breakpoint in line 1:
6 func $func
7 #nop
8 end
9
10 Calling instantiate function for module B.
11 Calling main function on module B.
12 Paused at 1:2.
13 func $func
14 #nop
15 end
16
17 Getting current stack trace via "new Error().stack".
18 Error
19 at v8://test/getStack:1:1
20 at main (<WASM>[1]+1)
21 at v8://test/runWasm:1:22
22 exports.main returned.
23 Finished.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698