OLD | NEW |
(Empty) | |
| 1 Tests BreakpointManager class. |
| 2 |
| 3 |
| 4 Running: testResolvedBreakpointInBothTarget |
| 5 Created breakpoints manager |
| 6 Dumping Storage |
| 7 Adding UISourceCode: a.js |
| 8 Setting breakpoint at a.js:30:0 enabled:true condition: |
| 9 breakpointAdded(a.js, 30, 0, , true) |
| 10 target 1 debuggerModel.setBreakpoint(a.js:30:) |
| 11 breakpointRemoved(a.js, 30, 0) |
| 12 breakpointAdded(a.js, 30, 0, , true) |
| 13 Location created: target 1 a.js:30 |
| 14 breakpointAdded(a.js, 131, 0, , true) |
| 15 Location created: target 1 a.js:131 |
| 16 Dumping Breakpoint Locations |
| 17 UISourceCode (url='a.js', uri='a.js') |
| 18 Location: (30, 0) |
| 19 Location: (131, 0) |
| 20 Second target added |
| 21 target 2 debuggerModel.setBreakpoint(a.js:30:) |
| 22 Location created: target 2 a.js:30 |
| 23 Dumping Breakpoint Locations |
| 24 UISourceCode (url='a.js', uri='a.js') |
| 25 Location: (30, 0) |
| 26 Location: (131, 0) |
| 27 First target removed |
| 28 breakpointRemoved(a.js, 131, 0) |
| 29 Location disposed: target 1 a.js:30 |
| 30 Location disposed: target 1 a.js:131 |
| 31 Dumping Breakpoint Locations |
| 32 UISourceCode (url='a.js', uri='a.js') |
| 33 Location: (30, 0) |
| 34 Second target removed |
| 35 breakpointRemoved(a.js, 30, 0) |
| 36 breakpointAdded(a.js, 30, 0, , true) |
| 37 Location disposed: target 2 a.js:30 |
| 38 Dumping Breakpoint Locations |
| 39 UISourceCode (url='a.js', uri='a.js') |
| 40 Location: (30, 0) |
| 41 Dumping Storage |
| 42 a.js:30 enabled:true condition: |
| 43 Resetting breakpoint manager |
| 44 breakpointRemoved(a.js, 30, 0) |
| 45 Dumping Breakpoint Locations |
| 46 |
| 47 Running: testResolvedBreakpointInOneTarget |
| 48 Created breakpoints manager |
| 49 Dumping Storage |
| 50 Adding UISourceCode: a.js |
| 51 Setting breakpoint at a.js:30:0 enabled:true condition: |
| 52 breakpointAdded(a.js, 30, 0, , true) |
| 53 target 1 debuggerModel.setBreakpoint(a.js:30:) |
| 54 target 2 debuggerModel.setBreakpoint(a.js:30:) |
| 55 breakpointRemoved(a.js, 30, 0) |
| 56 breakpointAdded(a.js, 30, 0, , true) |
| 57 Location created: target 1 a.js:30 |
| 58 First target removed! |
| 59 breakpointRemoved(a.js, 30, 0) |
| 60 breakpointAdded(a.js, 30, 0, , true) |
| 61 Location disposed: target 1 a.js:30 |
| 62 Dumping Breakpoint Locations |
| 63 UISourceCode (url='a.js', uri='a.js') |
| 64 Location: (30, 0) |
| 65 Dumping Breakpoint Locations |
| 66 UISourceCode (url='a.js', uri='a.js') |
| 67 Location: (30, 0) |
| 68 Dumping Storage |
| 69 a.js:30 enabled:true condition: |
| 70 Resetting breakpoint manager |
| 71 breakpointRemoved(a.js, 30, 0) |
| 72 target 2 debuggerModel.removeBreakpoint(a.js:30) |
| 73 Dumping Breakpoint Locations |
| 74 |
OLD | NEW |