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

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

Issue 2415073003: [debug] [reland] Consistently use script from FrameMirror (Closed)
Patch Set: address comments and minor other fixes Created 4 years, 2 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/asm-js-stack.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Paused on 'debugger;'
2 Number of frames: 5
3 - [0] {"functionName":"call_debugger","function_lineNumber":13,"function_colum nNumber":24,"lineNumber":14,"columnNumber":4}
4 - [1] {"functionName":"callDebugger","lineNumber":5,"columnNumber":6}
5 - [2] {"functionName":"redirectFun","lineNumber":8,"columnNumber":6}
6 - [3] {"functionName":"testFunction","function_lineNumber":0,"function_columnN umber":21,"lineNumber":18,"columnNumber":2}
7 - [4] {"functionName":"","function_lineNumber":0,"function_columnNumber":0,"li neNumber":0,"columnNumber":0}
8 Getting v8-generated stack trace...
9 Result of evaluate (string):
10 Error: getting stack trace
11 -- skipped --
12 at call_debugger (<anonymous>:15:5)
13 at callDebugger (<anonymous>:6:7)
14 at redirectFun (<anonymous>:9:7)
15 at testFunction (<anonymous>:19:3)
16 at <anonymous>:1:1
17 Finished!
OLDNEW
« no previous file with comments | « test/inspector/debugger/asm-js-stack.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698