• dgozman's avatar
    [inspector] Test how multiple sessions interact with pausing · 579c1e29
    dgozman authored
    Found multiple issues (added TODOs for them):
    - isPaused() check is global, so one can resume from another session/context group
      without receiving 'paused' notification;
    - setBreakpointsActive flag is global affecting all sessions and context groups;
    - max async call stack depth is global, and should be per context group.
    
    BUG=chromium:590878
    
    Review-Url: https://codereview.chromium.org/2921373002
    Cr-Commit-Position: refs/heads/master@{#45742}
    579c1e29
Name
Last commit
Last update
..
create-session-expected.txt Loading commit data...
create-session.js Loading commit data...
debugger-stepping-and-breakpoints-expected.txt Loading commit data...
debugger-stepping-and-breakpoints.js Loading commit data...
pause-on-console-assert-expected.txt Loading commit data...
pause-on-console-assert.js Loading commit data...
runtime-command-line-api-expected.txt Loading commit data...
runtime-command-line-api.js Loading commit data...
runtime-console-api-called-expected.txt Loading commit data...
runtime-console-api-called.js Loading commit data...
runtime-evaluate-exception-expected.txt Loading commit data...
runtime-evaluate-exception.js Loading commit data...
runtime-evaluate-expected.txt Loading commit data...
runtime-evaluate.js Loading commit data...
runtime-remote-object-expected.txt Loading commit data...
runtime-remote-object.js Loading commit data...