Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
Checks that stepping is cleared after breakProgram.
paused at:
function callBreakProgram() {
#debugger;
inspector.breakProgram('reason', '');
debugger;
#inspector.breakProgram('reason', '');
}
inspector.#breakProgram('reason', '');