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 intruded! |
| 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 escaped! |
| 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 Dumping Breakpoint Locations |
| 35 UISourceCode (url='a.js', uri='a.js') |
| 36 Location: (30, 0) |
| 37 Dumping Storage |
| 38 a.js:30 enabled:true condition: |
| 39 Resetting breakpoint manager |
| 40 breakpointRemoved(a.js, 30, 0) |
| 41 Location disposed: target 2 a.js:30 |
| 42 target 2 debuggerModel.removeBreakpoint(a.js:30) |
| 43 Dumping Breakpoint Locations |
| 44 |
| 45 Running: testResolvedBreakpointInOneTarget |
| 46 Created breakpoints manager |
| 47 Dumping Storage |
| 48 Adding UISourceCode: a.js |
| 49 Setting breakpoint at a.js:30:0 enabled:true condition: |
| 50 breakpointAdded(a.js, 30, 0, , true) |
| 51 target 1 debuggerModel.setBreakpoint(a.js:30:) |
| 52 target 2 debuggerModel.setBreakpoint(a.js:30:) |
| 53 breakpointRemoved(a.js, 30, 0) |
| 54 breakpointAdded(a.js, 30, 0, , true) |
| 55 Location created: target 1 a.js:30 |
| 56 First target escaped! |
| 57 breakpointRemoved(a.js, 30, 0) |
| 58 breakpointAdded(a.js, 30, 0, , true) |
| 59 Location disposed: target 1 a.js:30 |
| 60 Dumping Breakpoint Locations |
| 61 UISourceCode (url='a.js', uri='a.js') |
| 62 Location: (30, 0) |
| 63 Dumping Breakpoint Locations |
| 64 UISourceCode (url='a.js', uri='a.js') |
| 65 Location: (30, 0) |
| 66 Dumping Storage |
| 67 a.js:30 enabled:true condition: |
| 68 Resetting breakpoint manager |
| 69 breakpointRemoved(a.js, 30, 0) |
| 70 target 2 debuggerModel.removeBreakpoint(a.js:30) |
| 71 Dumping Breakpoint Locations |
| 72 |
OLD | NEW |