v8/test/inspector/debugger/stepping-and-break-program-api-expected.txt
kozyatinskiy ec36c513a3 [test/inspector] remove any usage of v8::Extension
.. 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}
2017-04-21 23:41:07 +00:00

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;