Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Example div | |
| 1 Debugger was enabled. | 2 Debugger was enabled. |
| 2 | 3 |
| 3 Running: testScopeChain | 4 Running: testScopeChain |
| 4 Script execution paused. | 5 Script execution paused. |
| 5 Call stack: | 6 Call stack: |
| 6 0) handleMessage2 (scope-variables.dart:22) | 7 0) handleMessage2 (scope-variables.dart:22) |
| 7 1) handleMessage (scope-variables.dart:10) | 8 1) handleMessage (scope-variables.dart:10) |
| 8 | 9 |
| 9 Dump scope sections: | 10 Dump scope sections: |
| 10 Local | 11 Local |
| 11 _s: "foo" | 12 _s: "foo" |
| 12 a1: A | 13 a1: A |
| 13 a2: null | 14 a2: null |
| 14 b: false | 15 b: false |
| 15 d: 1.618 | 16 d: 1.618 |
| 16 event: MessageEvent | 17 event: MessageEvent |
| 17 i: 42 | 18 i: 42 |
| 18 l: Array[3] | 19 l: List[3] |
| 19 this: undefined | 20 this: undefined |
| 20 ObjectGlobal | 21 [Dart Library]Global |
| 21 A: A [Dart Class] | 22 A: A |
| 22 core: Object | 23 core: [Dart Library] |
| 24 exampleDivGetter: div#example_div | |
| 25 globalArrayVariable: List[6] | |
| 26 globalMapVariable: LinkedHashMap | |
| 23 globalVariable: "globalString" | 27 globalVariable: "globalString" |
| 24 handleMessage: function invoke() | 28 handleMessage: [Dart Function] |
| 25 handleMessage2: function invoke() | 29 handleMessage2: [Dart Function] |
| 26 html: Object | 30 html: [Dart Library] |
| 27 main: function invoke() | 31 main: [Dart Function] |
| 28 throwingGetter: "<Exception thrown>" | 32 throwingGetter: [Exception: Unhandled exception: |
| 33 only the best reviews | |
| 34 #0 throwingGetter (file:///usr/local/google/home/jacobr/src/dartium6/src/th ird_party/WebKit/LayoutTests/dart/inspector/scope-variables.dart:42:3)] | |
|
vsm
2013/07/15 18:40:29
Note: stack trace has 'jacobr' in here.
Jacob
2013/07/15 22:23:54
Added logic to scope-variables.html to strip sourc
| |
| 29 Inspected value toString(): [Instance of A, d = 3.14] | 35 Inspected value toString(): [Instance of A, d = 3.14] |
| 30 Script execution resumed. | 36 Script execution resumed. |
| 31 Debugger was disabled. | 37 Debugger was disabled. |
| 32 | 38 |
| OLD | NEW |