OLD | NEW |
1 | 1 |
2 Running: testSetBreakpoint | 2 Running: testSetBreakpoint |
3 Set timer for test function. | 3 Set timer for test function. |
4 Script execution paused. | 4 Script execution paused. |
5 Call stack: | 5 Call stack: |
6 0) handleMessage2 (debugger.dart:14) | 6 0) handleMessage2 (debugger.dart:14) |
7 1) handleMessage (debugger.dart:9) | 7 1) handleMessage (debugger.dart:9) |
| 8 2) Function._apply@915557746 (dart:core-patch/function_patch.dart:7) |
| 9 3) Function.apply (dart:core-patch/function_patch.dart:28) |
| 10 4) _CreateDartFunctionForInteropIgnoreThis@342649749.call (dart:js:xxxx) |
8 Script execution resumed. | 11 Script execution resumed. |
9 Script execution paused. | 12 Script execution paused. |
10 Call stack: | 13 Call stack: |
11 0) handleReplyFromDart (debugger.html:16) | 14 0) handleReplyFromDart (debugger.html:16) |
12 Script execution resumed. | 15 Script execution resumed. |
13 | 16 |
14 Running: testRemoveBreakpoint | 17 Running: testRemoveBreakpoint |
15 Set timer for test function. | 18 Set timer for test function. |
16 Script execution paused. | 19 Script execution paused. |
17 Call stack: | 20 Call stack: |
18 0) handleReplyFromDart (debugger.html:16) | 21 0) handleReplyFromDart (debugger.html:16) |
19 Script execution resumed. | 22 Script execution resumed. |
20 | 23 |
OLD | NEW |