Skip to content

deps: cherry-pick de5aaad from V8's upstream

Rodrigo Muino Tomonari requested to merge github/fork/targos/fix-7219 into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

V8

Description of change

Original commit message:

[Debugger] Fix StepNext over function with caught exception

Without CL debugger on StepNext adds breakpoint to function where
throw instruction is located. In case of StepNext we will skip pause
in this function because StepNext shouldn't break in a deeper frame.

BUG=chromium:604495
R=yangguo@chromium.org
LOG=N

Review URL: https://codereview.chromium.org/1894263002

Cr-Commit-Position: refs/heads/master@{#35627}

Fixes: https://github.com/nodejs/node/issues/7219

cc @nodejs/v8

Merge request reports

Loading