OLD | NEW |
1 Running testFunction with generated WASM bytes... | 1 Running testFunction with generated WASM bytes... |
2 Paused on 'debugger;' | 2 Paused on 'debugger;' |
3 Number of frames: 5 | 3 Number of frames: 5 |
4 - [0] {"functionName":"call_debugger","function_lineNumber":1,"function_column
Number":24,"lineNumber":2,"columnNumber":4} | 4 - [0] {"functionName":"call_debugger","function_lineNumber":1,"function_column
Number":24,"lineNumber":2,"columnNumber":4} |
5 - [1] {"functionName":"call_func","lineNumber":1,"columnNumber":2} | 5 - [1] {"functionName":"call_func","lineNumber":1,"columnNumber":0} |
6 - [2] {"functionName":"main","lineNumber":2,"columnNumber":4} | 6 - [2] {"functionName":"main","lineNumber":2,"columnNumber":2} |
7 - [3] {"functionName":"testFunction","function_lineNumber":0,"function_columnN
umber":21,"lineNumber":14,"columnNumber":19} | 7 - [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} | 8 - [4] {"functionName":"","function_lineNumber":0,"function_columnNumber":0,"li
neNumber":0,"columnNumber":0} |
9 Getting v8-generated stack trace... | 9 Getting v8-generated stack trace... |
10 Result of evaluate (string): | 10 Result of evaluate (string): |
11 Error: this is your stack trace: | 11 Error: this is your stack trace: |
12 -- skipped -- | 12 -- skipped -- |
13 at call_debugger (<anonymous>:3:5) | 13 at call_debugger (<anonymous>:3:5) |
14 at call_func (<WASM>[1]+1) | 14 at call_func (<WASM>[1]+1) |
15 at main (<WASM>[2]+3) | 15 at main (<WASM>[2]+3) |
16 at testFunction (<anonymous>:15:20) | 16 at testFunction (<anonymous>:15:20) |
17 at <anonymous>:1:1 | 17 at <anonymous>:1:1 |
18 Finished! | 18 Finished! |
OLD | NEW |