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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 Location: (10, 0) | 396 Location: (10, 0) |
397 Resetting debugger. | 397 Resetting debugger. |
398 Resetting workspace. | 398 Resetting workspace. |
399 breakpointRemoved(a.js, 10, 0) | 399 breakpointRemoved(a.js, 10, 0) |
400 Location disposed: a.js:10 | 400 Location disposed: a.js:10 |
401 Resolving provisional breakpoint. | 401 Resolving provisional breakpoint. |
402 Adding script: a.js | 402 Adding script: a.js |
403 breakpointAdded(a.js, 11, 0, foo == bar, true) | 403 breakpointAdded(a.js, 11, 0, foo == bar, true) |
404 Location created: a.js:11 | 404 Location created: a.js:11 |
405 Dumping Breakpoint Locations | 405 Dumping Breakpoint Locations |
406 UISourceCode (url='a.js', uri='debugger:/a.js') | 406 UISourceCode (url='a.js', uri='debugger:1/VMa.js a.js') |
407 Location: (11, 0) | 407 Location: (11, 0) |
408 Dumping Storage | 408 Dumping Storage |
409 a.js:10 enabled:true condition:foo == bar | 409 a.js:10 enabled:true condition:foo == bar |
410 Resetting breakpoint manager | 410 Resetting breakpoint manager |
411 breakpointRemoved(a.js, 11, 0) | 411 breakpointRemoved(a.js, 11, 0) |
412 Location disposed: a.js:11 | 412 Location disposed: a.js:11 |
413 debuggerModel.removeBreakpoint(a.js:10) | 413 debuggerModel.removeBreakpoint(a.js:10) |
414 Dumping Breakpoint Locations | 414 Dumping Breakpoint Locations |
415 | 415 |
416 Running: testSourceMappingReload | 416 Running: testSourceMappingReload |
(...skipping 82 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 |