| OLD | NEW |
| 1 CONSOLE MESSAGE: line 1: Hello <window> | 1 CONSOLE MESSAGE: line 2: Hello <window> |
| 2 CONSOLE MESSAGE: line 1: foo | 2 CONSOLE MESSAGE: line 2: foo |
| 3 Debugger was enabled. | 3 Debugger was enabled. |
| 4 | 4 |
| 5 Running: testScopeChain | 5 Running: testScopeChain |
| 6 Script execution paused. | 6 Script execution paused. |
| 7 Call stack: | 7 Call stack: |
| 8 0) handleMessage (evaluate-in-console.dart:13) | 8 0) handleMessage (evaluate-in-console.dart:13) |
| 9 test.instanceField = "Test.instanceField" | 9 test.instanceField = "Test.instanceField" |
| 10 test.instanceField = "new value" = "new value" | 10 test.instanceField = "new value" = "new value" |
| 11 test.foo = null | 11 test.foo = null |
| 12 test.foo = 3 = 3 | 12 test.foo = 3 = 3 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 1.0 is int = false | 57 1.0 is int = false |
| 58 1.0 is double = true | 58 1.0 is double = true |
| 59 ((x) => x * 2)(21) = 42 | 59 ((x) => x * 2)(21) = 42 |
| 60 ((x) { var z = x * 4; return z; })(21) = 84 | 60 ((x) { var z = x * 4; return z; })(21) = 84 |
| 61 print("Hello $window") = Hello <window> | 61 print("Hello $window") = Hello <window> |
| 62 | 62 |
| 63 Running: testPrint | 63 Running: testPrint |
| 64 Script execution resumed. | 64 Script execution resumed. |
| 65 Debugger was disabled. | 65 Debugger was disabled. |
| 66 | 66 |
| OLD | NEW |