| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 a.js:20 enabled:false condition: | 326 a.js:20 enabled:false condition: |
| 327 b.js:3 enabled:true condition: | 327 b.js:3 enabled:true condition: |
| 328 Resetting breakpoint manager | 328 Resetting breakpoint manager |
| 329 breakpointRemoved(a.js, 20, 0) | 329 breakpointRemoved(a.js, 20, 0) |
| 330 breakpointRemoved(a.js, 10, 0) | 330 breakpointRemoved(a.js, 10, 0) |
| 331 Location disposed: a.js:10 | 331 Location disposed: a.js:10 |
| 332 debuggerModel.removeBreakpoint(a.js:10) | 332 debuggerModel.removeBreakpoint(a.js:10) |
| 333 debuggerModel.removeBreakpoint(b.js:3) | 333 debuggerModel.removeBreakpoint(b.js:3) |
| 334 Dumping Breakpoint Locations | 334 Dumping Breakpoint Locations |
| 335 | 335 |
| 336 Running: testSourceMapping | |
| 337 Created breakpoints manager | |
| 338 Dumping Storage | |
| 339 a.js:10 enabled:true condition:foo == bar | |
| 340 a.js:20 enabled:true condition: | |
| 341 Adding script: a.js | |
| 342 Adding UISourceCode: a.js | |
| 343 breakpointAdded(a.js, 10, 0, foo == bar, true) | |
| 344 debuggerModel.setBreakpoint(a.js:10:foo == bar) | |
| 345 breakpointAdded(a.js, 20, 0, , true) | |
| 346 debuggerModel.setBreakpoint(a.js:20:) | |
| 347 breakpointRemoved(a.js, 10, 0) | |
| 348 breakpointAdded(a.js, 10, 0, foo == bar, true) | |
| 349 Location created: a.js:10 | |
| 350 breakpointRemoved(a.js, 20, 0) | |
| 351 breakpointAdded(a.js, 20, 0, , true) | |
| 352 Location created: a.js:20 | |
| 353 Dumping Breakpoint Locations | |
| 354 UISourceCode (url='a.js', uri='a.js') | |
| 355 Location: (10, 0) | |
| 356 Location: (20, 0) | |
| 357 | |
| 358 Toggling source mapping. | |
| 359 breakpointRemoved(a.js, 10, 0) | |
| 360 breakpointAdded(a.js, 20, 0, foo == bar, true) | |
| 361 breakpointRemoved(a.js, 20, 0) | |
| 362 breakpointAdded(a.js, 30, 0, , true) | |
| 363 Dumping Breakpoint Locations | |
| 364 UISourceCode (url='a.js', uri='a.js') | |
| 365 Location: (20, 0) | |
| 366 Location: (30, 0) | |
| 367 | |
| 368 Toggling source mapping back. | |
| 369 breakpointRemoved(a.js, 20, 0) | |
| 370 breakpointAdded(a.js, 10, 0, foo == bar, true) | |
| 371 breakpointRemoved(a.js, 30, 0) | |
| 372 breakpointAdded(a.js, 20, 0, , true) | |
| 373 Dumping Breakpoint Locations | |
| 374 UISourceCode (url='a.js', uri='a.js') | |
| 375 Location: (10, 0) | |
| 376 Location: (20, 0) | |
| 377 Dumping Storage | |
| 378 a.js:10 enabled:true condition:foo == bar | |
| 379 a.js:20 enabled:true condition: | |
| 380 Resetting breakpoint manager | |
| 381 breakpointRemoved(a.js, 10, 0) | |
| 382 Location disposed: a.js:10 | |
| 383 debuggerModel.removeBreakpoint(a.js:10) | |
| 384 breakpointRemoved(a.js, 20, 0) | |
| 385 Location disposed: a.js:20 | |
| 386 debuggerModel.removeBreakpoint(a.js:20) | |
| 387 Dumping Breakpoint Locations | |
| 388 | |
| 389 Running: testProvisionalBreakpointsResolve | 336 Running: testProvisionalBreakpointsResolve |
| 390 Created breakpoints manager | 337 Created breakpoints manager |
| 391 Dumping Storage | 338 Dumping Storage |
| 392 a.js:10 enabled:true condition:foo == bar | 339 a.js:10 enabled:true condition:foo == bar |
| 393 Adding script: a.js | 340 Adding script: a.js |
| 394 Adding UISourceCode: a.js | 341 Adding UISourceCode: a.js |
| 395 breakpointAdded(a.js, 10, 0, foo == bar, true) | 342 breakpointAdded(a.js, 10, 0, foo == bar, true) |
| 396 debuggerModel.setBreakpoint(a.js:10:foo == bar) | 343 debuggerModel.setBreakpoint(a.js:10:foo == bar) |
| 397 breakpointRemoved(a.js, 10, 0) | 344 breakpointRemoved(a.js, 10, 0) |
| 398 breakpointAdded(a.js, 10, 0, foo == bar, true) | 345 breakpointAdded(a.js, 10, 0, foo == bar, true) |
| (...skipping 13 matching lines...) Expand all Loading... |
| 412 UISourceCode (url='debugger:///VMa.js a.js', uri='debugger:///VMa.js a.js') | 359 UISourceCode (url='debugger:///VMa.js a.js', uri='debugger:///VMa.js a.js') |
| 413 Location: (11, 0) | 360 Location: (11, 0) |
| 414 Dumping Storage | 361 Dumping Storage |
| 415 a.js:10 enabled:true condition:foo == bar | 362 a.js:10 enabled:true condition:foo == bar |
| 416 Resetting breakpoint manager | 363 Resetting breakpoint manager |
| 417 breakpointRemoved(debugger:///VMa.js a.js, 11, 0) | 364 breakpointRemoved(debugger:///VMa.js a.js, 11, 0) |
| 418 Location disposed: a.js:11 | 365 Location disposed: a.js:11 |
| 419 debuggerModel.removeBreakpoint(a.js:10) | 366 debuggerModel.removeBreakpoint(a.js:10) |
| 420 Dumping Breakpoint Locations | 367 Dumping Breakpoint Locations |
| 421 | 368 |
| 422 Running: testSourceMappingReload | |
| 423 Created breakpoints manager | |
| 424 Dumping Storage | |
| 425 b.js:20 enabled:true condition:foo == bar | |
| 426 | |
| 427 Adding files: | |
| 428 Adding script: a.js | |
| 429 Adding UISourceCode: a.js | |
| 430 Adding UISourceCode: b.js | |
| 431 breakpointAdded(b.js, 20, 0, foo == bar, true) | |
| 432 debuggerModel.setBreakpoint(b.js:20:foo == bar) | |
| 433 | |
| 434 Toggling source mapping. | |
| 435 debuggerModel.removeBreakpoint(b.js:20) | |
| 436 debuggerModel.setBreakpoint(a.js:10:foo == bar) | |
| 437 breakpointRemoved(b.js, 20, 0) | |
| 438 breakpointAdded(b.js, 20, 0, foo == bar, true) | |
| 439 Location created: a.js:10 | |
| 440 Dumping Breakpoint Locations | |
| 441 UISourceCode (url='b.js', uri='b.js') | |
| 442 Location: (20, 0) | |
| 443 | |
| 444 Reloading: | |
| 445 Resetting debugger. | |
| 446 Resetting workspace. | |
| 447 breakpointRemoved(b.js, 20, 0) | |
| 448 Location disposed: a.js:10 | |
| 449 | |
| 450 Adding files: | |
| 451 Adding script: a.js | |
| 452 breakpointAdded(debugger:///VMa.js a.js, 10, 0, foo == bar, true) | |
| 453 Location created: a.js:10 | |
| 454 Adding UISourceCode: a.js | |
| 455 breakpointRemoved(debugger:///VMa.js a.js, 10, 0) | |
| 456 breakpointAdded(a.js, 10, 0, foo == bar, true) | |
| 457 breakpointRemoved(a.js, 10, 0) | |
| 458 breakpointAdded(a.js, 10, 0, foo == bar, true) | |
| 459 Adding UISourceCode: b.js | |
| 460 | |
| 461 Toggling source mapping. | |
| 462 breakpointRemoved(a.js, 10, 0) | |
| 463 breakpointAdded(b.js, 20, 0, foo == bar, true) | |
| 464 Dumping Breakpoint Locations | |
| 465 UISourceCode (url='b.js', uri='b.js') | |
| 466 Location: (20, 0) | |
| 467 Dumping Storage | |
| 468 b.js:20 enabled:true condition:foo == bar | |
| 469 Resetting breakpoint manager | |
| 470 breakpointRemoved(b.js, 20, 0) | |
| 471 Location disposed: a.js:10 | |
| 472 debuggerModel.removeBreakpoint(a.js:10) | |
| 473 Dumping Breakpoint Locations | |
| 474 | |
| 475 Running: testBreakpointInCollectedReload | 369 Running: testBreakpointInCollectedReload |
| 476 Created breakpoints manager | 370 Created breakpoints manager |
| 477 Dumping Storage | 371 Dumping Storage |
| 478 | 372 |
| 479 Adding file without script: | 373 Adding file without script: |
| 480 Adding UISourceCode: a.js | 374 Adding UISourceCode: a.js |
| 481 | 375 |
| 482 Setting breakpoint: | 376 Setting breakpoint: |
| 483 Setting breakpoint at a.js:10:0 enabled:true condition: | 377 Setting breakpoint at a.js:10:0 enabled:true condition: |
| 484 breakpointAdded(a.js, 10, 0, , true) | 378 breakpointAdded(a.js, 10, 0, , true) |
| (...skipping 22 matching lines...) Expand all Loading... |
| 507 UISourceCode (url='a.js', uri='a.js') | 401 UISourceCode (url='a.js', uri='a.js') |
| 508 Location: (10, 0) | 402 Location: (10, 0) |
| 509 Dumping Storage | 403 Dumping Storage |
| 510 a.js:10 enabled:true condition: | 404 a.js:10 enabled:true condition: |
| 511 Resetting breakpoint manager | 405 Resetting breakpoint manager |
| 512 breakpointRemoved(a.js, 10, 0) | 406 breakpointRemoved(a.js, 10, 0) |
| 513 Location disposed: a.js:10 | 407 Location disposed: a.js:10 |
| 514 debuggerModel.removeBreakpoint(a.js:10) | 408 debuggerModel.removeBreakpoint(a.js:10) |
| 515 Dumping Breakpoint Locations | 409 Dumping Breakpoint Locations |
| 516 | 410 |
| OLD | NEW |