ec36c513a3
.. replace all of them with prepared global object template. + bonus: wrap inspector related methods with inspector namespace. BUG=none R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2832723004 Cr-Commit-Position: refs/heads/master@{#44785}
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
Checks that stepping is cleared after breakProgram.
|
|
paused at:
|
|
function callBreakProgram() {
|
|
#debugger;
|
|
inspector.breakProgram('reason', '');
|
|
|
|
paused at:
|
|
debugger;
|
|
#inspector.breakProgram('reason', '');
|
|
}
|
|
|
|
paused at:
|
|
debugger;
|
|
inspector.#breakProgram('reason', '');
|
|
}
|
|
|
|
paused at:
|
|
#debugger;
|
|
|