OLD | NEW |
1 Checks that inspector correctly process compiled scripts | 1 Checks that inspector correctly process compiled scripts |
2 scriptParsed | 2 scriptParsed |
3 { | 3 { |
4 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl> | 4 scriptSource : function foo1(){}//# sourceURL=oneline.js<nl> |
5 } | 5 } |
6 { | 6 { |
7 endColumn : 0 | 7 endColumn : 0 |
8 endLine : 2 | 8 endLine : 2 |
9 executionContextId : <executionContextId> | 9 executionContextId : <executionContextId> |
10 hasSourceURL : true | 10 hasSourceURL : true |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 executionContextId : <executionContextId> | 654 executionContextId : <executionContextId> |
655 hasSourceURL : false | 655 hasSourceURL : false |
656 hash : <hash> | 656 hash : <hash> |
657 isLiveEdit : false | 657 isLiveEdit : false |
658 scriptId : <scriptId> | 658 scriptId : <scriptId> |
659 sourceMapURL : | 659 sourceMapURL : |
660 startColumn : 0 | 660 startColumn : 0 |
661 startLine : 0 | 661 startLine : 0 |
662 url : | 662 url : |
663 } | 663 } |
664 Remove script references and re-enable debugger. | 664 Run gc and then Debugger.enable().. |
OLD | NEW |