| 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 Location: (10, 0) | 400 Location: (10, 0) |
| 401 Resetting debugger. | 401 Resetting debugger. |
| 402 Resetting workspace. | 402 Resetting workspace. |
| 403 breakpointRemoved(a.js, 10, 0) | 403 breakpointRemoved(a.js, 10, 0) |
| 404 Location disposed: a.js:10 | 404 Location disposed: a.js:10 |
| 405 Resolving provisional breakpoint. | 405 Resolving provisional breakpoint. |
| 406 Adding script: a.js | 406 Adding script: a.js |
| 407 breakpointAdded(a.js, 11, 0, foo == bar, true) | 407 breakpointAdded(a.js, 11, 0, foo == bar, true) |
| 408 Location created: a.js:11 | 408 Location created: a.js:11 |
| 409 Dumping Breakpoint Locations | 409 Dumping Breakpoint Locations |
| 410 UISourceCode (url='a.js', uri='debugger:/VMa.js a.js') | 410 UISourceCode (url='a.js', uri='VMa.js a.js') |
| 411 Location: (11, 0) | 411 Location: (11, 0) |
| 412 Dumping Storage | 412 Dumping Storage |
| 413 a.js:10 enabled:true condition:foo == bar | 413 a.js:10 enabled:true condition:foo == bar |
| 414 Resetting breakpoint manager | 414 Resetting breakpoint manager |
| 415 breakpointRemoved(a.js, 11, 0) | 415 breakpointRemoved(a.js, 11, 0) |
| 416 Location disposed: a.js:11 | 416 Location disposed: a.js:11 |
| 417 debuggerModel.removeBreakpoint(a.js:10) | 417 debuggerModel.removeBreakpoint(a.js:10) |
| 418 Dumping Breakpoint Locations | 418 Dumping Breakpoint Locations |
| 419 | 419 |
| 420 Running: testSourceMappingReload | 420 Running: testSourceMappingReload |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 UISourceCode (url='a.js', uri='a.js') | 503 UISourceCode (url='a.js', uri='a.js') |
| 504 Location: (10, 0) | 504 Location: (10, 0) |
| 505 Dumping Storage | 505 Dumping Storage |
| 506 a.js:10 enabled:true condition: | 506 a.js:10 enabled:true condition: |
| 507 Resetting breakpoint manager | 507 Resetting breakpoint manager |
| 508 breakpointRemoved(a.js, 10, 0) | 508 breakpointRemoved(a.js, 10, 0) |
| 509 Location disposed: a.js:10 | 509 Location disposed: a.js:10 |
| 510 debuggerModel.removeBreakpoint(a.js:10) | 510 debuggerModel.removeBreakpoint(a.js:10) |
| 511 Dumping Breakpoint Locations | 511 Dumping Breakpoint Locations |
| 512 | 512 |
| OLD | NEW |