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

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

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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
« no previous file with comments | « test/inspector/debugger/wasm-stack.js ('k') | test/inspector/debugger/wasm-stepping.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests call stack in wasm scripts
1 Running testFunction with generated WASM bytes... 2 Running testFunction with generated WASM bytes...
2 Paused on 'debugger;' 3 Paused on 'debugger;'
3 Number of frames: 5 4 Number of frames: 5
4 - [0] {"functionName":"call_debugger","function_lineNumber":1,"function_column Number":24,"lineNumber":2,"columnNumber":4} 5 - [0] {"functionName":"call_debugger","function_lineNumber":1,"function_column Number":24,"lineNumber":2,"columnNumber":4}
5 - [1] {"functionName":"call_func","lineNumber":1,"columnNumber":2} 6 - [1] {"functionName":"call_func","lineNumber":1,"columnNumber":2}
6 - [2] {"functionName":"main","lineNumber":2,"columnNumber":4} 7 - [2] {"functionName":"main","lineNumber":2,"columnNumber":4}
7 - [3] {"functionName":"testFunction","function_lineNumber":0,"function_columnN umber":21,"lineNumber":14,"columnNumber":19} 8 - [3] {"functionName":"testFunction","function_lineNumber":0,"function_columnN umber":21,"lineNumber":14,"columnNumber":19}
8 - [4] {"functionName":"","function_lineNumber":0,"function_columnNumber":0,"li neNumber":0,"columnNumber":0} 9 - [4] {"functionName":"","function_lineNumber":0,"function_columnNumber":0,"li neNumber":0,"columnNumber":0}
9 Getting v8-generated stack trace... 10 Getting v8-generated stack trace...
10 Result of evaluate (string): 11 Result of evaluate (string):
11 Error: this is your stack trace: 12 Error: this is your stack trace:
12 -- skipped -- 13 -- skipped --
13 at call_debugger (<anonymous>:3:5) 14 at call_debugger (<anonymous>:3:5)
14 at call_func (<WASM>[1]+1) 15 at call_func (<WASM>[1]+1)
15 at main (<WASM>[2]+3) 16 at main (<WASM>[2]+3)
16 at testFunction (<anonymous>:15:20) 17 at testFunction (<anonymous>:15:20)
17 at <anonymous>:1:1 18 at <anonymous>:1:1
18 Finished! 19 Finished!
OLDNEW
« no previous file with comments | « test/inspector/debugger/wasm-stack.js ('k') | test/inspector/debugger/wasm-stepping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698