Skip to content

Conversation

@targos
Copy link
Member

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 [email protected] LOG=N Review URL: https://codereview.chromium.org/1894263002 Cr-Commit-Position: refs/heads/master@{#35627} 

Fixes: #7219

cc @nodejs/v8

@targostargos added the v8 engine Issues and PRs related to the V8 dependency. label Aug 14, 2016
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 [email protected] LOG=N Review URL: https://codereview.chromium.org/1894263002 Cr-Commit-Position: refs/heads/master@{nodejs#35627} Fixes: nodejs#7219
@targos
Copy link
MemberAuthor

@fhinkel
Copy link
Member

LGTM

@bnoordhuis
Copy link
Member

LGTM. Unrelated CI failures, AFAICT.

targos added a commit that referenced this pull request Aug 17, 2016
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[email protected] LOG=N Review URL: https://codereview.chromium.org/1894263002 Cr-Commit-Position: refs/heads/master@{#35627} Fixes: #7219 PR-URL: #8099 Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@targos
Copy link
MemberAuthor

Thanks. landed in a1d3a8d

@ofrobots this can be added to your backport PR to v6.x.

@targostargos closed this Aug 17, 2016
@targostargos deleted the fix-7219 branch August 17, 2016 07:43
@ofrobotsofrobots mentioned this pull request Aug 17, 2016
2 tasks
@ofrobots
Copy link
Contributor

Added to #8054.

@evanlucas
Copy link
Contributor

Added don't land on v6.x since it will added in #8054

ofrobots pushed a commit to ofrobots/node that referenced this pull request Aug 25, 2016
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 [email protected] LOG=N Review URL: https://codereview.chromium.org/1894263002 Cr-Commit-Position: refs/heads/master@{nodejs#35627} Fixes: nodejs#7219 PR-URL: nodejs#8099 Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@targos@fhinkel@bnoordhuis@ofrobots@evanlucas