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

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: 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 Ignoring script with url v8://test/instantiateA
5 Got wasm script!
6 Source:
7 func $func
8 nop
9 end
10
11 Setting breakpoint in line 1, column 2
12 {
13 columnNumber : 2
14 lineNumber : 1
15 scriptId : <scriptId>
16 }
17 Calling instantiate function for module B.
18 Calling main function on module B.
19 Paused at 1:2.
20 Getting current stack trace via "new Error().stack".
21 Error
22 at v8://test/getStack:1:1
23 at main (<WASM>[1]+1)
24 at v8://test/runWasm:1:22
25 exports.main returned.
26 Finished.
OLDNEW
« test/inspector/debugger/wasm-imports.js ('K') | « test/inspector/debugger/wasm-imports.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698