Skip to content

Comments

Fix bug that breakpoints still left even though they are removed in Chrome#371

Merged
ko1 merged 3 commits intoruby:masterfrom
ono-max:patch-05
Nov 8, 2021
Merged

Fix bug that breakpoints still left even though they are removed in Chrome#371
ko1 merged 3 commits intoruby:masterfrom
ono-max:patch-05

Conversation

@ono-max
Copy link
Member

@ono-max ono-max commented Nov 7, 2021

Description

#361 is not fixed completely because values of bps are not updated correctly and recent change. This PR fixes two parts as follows:

  1. Update values of bps when getting 'Debugger.removeBreakpoint'.
  2. Set breakpoints correctly when getting 'Debugger.setBreakpointsActive'.

@ko1 ko1 merged commit 3c9eb45 into ruby:master Nov 8, 2021
@ono-max ono-max deleted the patch-05 branch January 10, 2022 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Breakpoints still left even though they are removed in Chrome

2 participants