| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 a.js:20 enabled:false condition: | 125 a.js:20 enabled:false condition: |
| 126 b.js:3 enabled:true condition: | 126 b.js:3 enabled:true condition: |
| 127 Adding script: a.js | 127 Adding script: a.js |
| 128 Adding UISourceCode: a.js | 128 Adding UISourceCode: a.js |
| 129 breakpointAdded(a.js, 10, 0, foo == bar, true) | 129 breakpointAdded(a.js, 10, 0, foo == bar, true) |
| 130 debuggerModel.setBreakpoint(a.js:10:foo == bar) | 130 debuggerModel.setBreakpoint(a.js:10:foo == bar) |
| 131 breakpointAdded(a.js, 20, 0, , false) | 131 breakpointAdded(a.js, 20, 0, , false) |
| 132 Adding script: a.js | 132 Adding script: a.js |
| 133 Adding UISourceCode: a.js | 133 Adding UISourceCode: a.js |
| 134 breakpointRemoved(a.js, 10, 0) | 134 breakpointRemoved(a.js, 10, 0) |
| 135 breakpointRemoved(a.js, 20, 0) |
| 136 breakpointAdded(a.js, 10, 0, foo == bar, true) |
| 137 breakpointAdded(a.js, 20, 0, , false) |
| 138 breakpointRemoved(a.js, 10, 0) |
| 135 breakpointAdded(a.js, 10, 0, foo == bar, true) | 139 breakpointAdded(a.js, 10, 0, foo == bar, true) |
| 136 Location created: a.js:10 | 140 Location created: a.js:10 |
| 137 Dumping Breakpoint Locations | 141 Dumping Breakpoint Locations |
| 138 UISourceCode (url='a.js', uri='a.js') | 142 UISourceCode (url='a.js', uri='a.js') |
| 139 Location: (10, 0) | 143 Location: (10, 0) |
| 140 Location: (20, 0) | 144 Location: (20, 0) |
| 141 Dumping Storage | 145 Dumping Storage |
| 142 a.js:10 enabled:true condition:foo == bar | 146 a.js:10 enabled:true condition:foo == bar |
| 143 a.js:20 enabled:false condition: | 147 a.js:20 enabled:false condition: |
| 144 b.js:3 enabled:true condition: | 148 b.js:3 enabled:true condition: |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 UISourceCode (url='a.js', uri='a.js') | 503 UISourceCode (url='a.js', uri='a.js') |
| 500 Location: (10, 0) | 504 Location: (10, 0) |
| 501 Dumping Storage | 505 Dumping Storage |
| 502 a.js:10 enabled:true condition: | 506 a.js:10 enabled:true condition: |
| 503 Resetting breakpoint manager | 507 Resetting breakpoint manager |
| 504 breakpointRemoved(a.js, 10, 0) | 508 breakpointRemoved(a.js, 10, 0) |
| 505 Location disposed: a.js:10 | 509 Location disposed: a.js:10 |
| 506 debuggerModel.removeBreakpoint(a.js:10) | 510 debuggerModel.removeBreakpoint(a.js:10) |
| 507 Dumping Breakpoint Locations | 511 Dumping Breakpoint Locations |
| 508 | 512 |
| OLD | NEW |