OLD | NEW |
1 Debugger was enabled. | 1 Debugger was enabled. |
2 | 2 |
3 Running: testScopeChain | 3 Running: testScopeChain |
4 Breakpoint added to source frame at line 35 | 4 Breakpoint added to source frame at line 35 |
5 Script execution paused. | 5 Script execution paused. |
6 Call stack: | 6 Call stack: |
7 0) Test.<anonymous closure> (debugger-eval-on-call-frame.dart:36) | 7 0) Test.<anonymous closure> (debugger-eval-on-call-frame.dart:36) |
8 1) handleMessage (debugger-eval-on-call-frame.dart:14) | 8 1) handleMessage (debugger-eval-on-call-frame.dart:14) |
9 staticField = 42 | 9 staticField = 42 |
10 globalVar = 14 | 10 globalVar = 14 |
11 foo = "'': error: line 2 pos 1: cannot access instance field 'foo' from a static
function | 11 foo = '': error: line 2 pos 1: cannot access instance field 'foo' from a static
function |
12 foo | 12 foo |
13 ^" | 13 ^ |
14 z = null | 14 z = null |
15 inspect(document.documentElement).tagName = "HTML" | 15 inspect(document.documentElement).tagName = "HTML" |
16 inspect(document.body).tagName = "BODY" | 16 inspect(document.body).tagName = "BODY" |
17 inspect(document.body.children.first).tagName = "DIV" | 17 inspect(document.body.children.first).tagName = "DIV" |
18 $0.toString() = "body" | 18 $0.toString() = "body" |
19 $1.toString() = "body" | 19 $1.toString() = "body" |
20 $2.toString() = "html" | 20 $2.toString() = "html" |
21 $1 == document.body = true | 21 $1 == document.body = true |
22 $1 == document.body = true | 22 $1 == document.body = true |
23 $2 == document.documentElement = true | 23 $2 == document.documentElement = true |
24 Script execution resumed. | 24 Script execution resumed. |
25 Debugger was disabled. | 25 Debugger was disabled. |
26 | 26 |
OLD | NEW |