| OLD | NEW |
| 1 Tests BreakpointManager class. | 1 Tests BreakpointManager class. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetBreakpoint | 4 Running: testSetBreakpoint |
| 5 Created breakpoints manager | 5 Created breakpoints manager |
| 6 Dumping Storage | 6 Dumping Storage |
| 7 Adding script: a.js | 7 Adding script: a.js |
| 8 Adding UISourceCode: a.js | 8 Adding UISourceCode: a.js |
| 9 Setting breakpoint at a.js:30:0 enabled:true condition: | 9 Setting breakpoint at a.js:30:0 enabled:true condition: |
| 10 breakpointAdded(a.js, 30, 0, , true) | 10 breakpointAdded(a.js, 30, 0, , true) |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 UISourceCode (url='a.js', uri='a.js') | 499 UISourceCode (url='a.js', uri='a.js') |
| 500 Location: (10, 0) | 500 Location: (10, 0) |
| 501 Dumping Storage | 501 Dumping Storage |
| 502 a.js:10 enabled:true condition: | 502 a.js:10 enabled:true condition: |
| 503 Resetting breakpoint manager | 503 Resetting breakpoint manager |
| 504 breakpointRemoved(a.js, 10, 0) | 504 breakpointRemoved(a.js, 10, 0) |
| 505 Location disposed: a.js:10 | 505 Location disposed: a.js:10 |
| 506 debuggerModel.removeBreakpoint(a.js:10) | 506 debuggerModel.removeBreakpoint(a.js:10) |
| 507 Dumping Breakpoint Locations | 507 Dumping Breakpoint Locations |
| 508 | 508 |
| OLD | NEW |