f5767bf6c4
Instead of going through debugger agent, this patch implements console.assert pause similar to debugger statement and OOM break. New test uncovered a bug, where pause on exceptions state mix up between different context groups. Added a TODO to fix it. BUG=chromium:590878 Review-Url: https://codereview.chromium.org/2916363002 Cr-Commit-Position: refs/heads/master@{#45711}
25 lines
656 B
Plaintext
25 lines
656 B
Plaintext
Tests that multiple sessions pause once on console.assert.
|
|
Pausing on exceptions in 1
|
|
Asserting in 1
|
|
Paused in 2 with reason assert
|
|
Paused in 1 with reason assert
|
|
Asserting in 2
|
|
Paused in 2 with reason assert
|
|
Paused in 1 with reason assert
|
|
Pausing on exceptions in both
|
|
Asserting in 1
|
|
Paused in 2 with reason assert
|
|
Paused in 1 with reason assert
|
|
Asserting in 2
|
|
Paused in 2 with reason assert
|
|
Paused in 1 with reason assert
|
|
Not pausing on exceptions
|
|
Asserting in 1
|
|
Asserting in 2
|
|
Pausing on exceptions in 3 (different context group)
|
|
Asserting in 3
|
|
Paused in 3 with reason assert
|
|
Asserting in 1
|
|
Paused in 2 with reason assert
|
|
Paused in 1 with reason assert
|