Skip to content

Breakpoints are still left even though they are removed in VSCode #519

@ono-max

Description

@ono-max

Your environment

  • ruby -v:
  • ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [x86_64-darwin19]

Describe the bug
Set breakpoints on lines 3, 5, 8, then remove them. The debugger stops at line 3.
Screen Shot 2022-02-03 at 22 54 58

To Reproduce

a = 1
a += 1
b = 2
a += 1
c = 2
a += 1
a += 1

Expected behavior
The debugger should not stop there.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions