| OLD | NEW |
| 1 Debugger was enabled. | 1 Debugger was enabled. |
| 2 | 2 |
| 3 Running: testSetBreakpoint | 3 Running: testSetBreakpoint |
| 4 Set timer for test function. |
| 4 Script execution paused. | 5 Script execution paused. |
| 5 Call stack: | 6 Call stack: |
| 6 0) handleMessage2 (debugger.dart:14) | 7 0) handleMessage2 (debugger.dart:14) |
| 7 1) handleMessage (debugger.dart:9) | 8 1) handleMessage (debugger.dart:9) |
| 8 Script execution resumed. | 9 Script execution resumed. |
| 9 Script execution paused. | 10 Script execution paused. |
| 10 Call stack: | 11 Call stack: |
| 11 0) handleReplyFromDart (debugger.html:16) | 12 0) handleReplyFromDart (debugger.html:16) |
| 12 Script execution resumed. | 13 Script execution resumed. |
| 13 | 14 |
| 14 Running: testRemoveBreakpoint | 15 Running: testRemoveBreakpoint |
| 16 Set timer for test function. |
| 15 Script execution paused. | 17 Script execution paused. |
| 16 Call stack: | 18 Call stack: |
| 17 0) handleReplyFromDart (debugger.html:16) | 19 0) handleReplyFromDart (debugger.html:16) |
| 18 Script execution resumed. | 20 Script execution resumed. |
| 19 Debugger was disabled. | 21 Debugger was disabled. |
| 20 | 22 |
| OLD | NEW |