Skip to content

Breakpoints still left even though they are removed in Chrome #361

@ono-max

Description

@ono-max

Your environment

  • ruby -v:
    ruby 2.6.8p205 (2021-07-07 revision 67951) [x86_64-darwin19]

Describe the bug
6,3,10,8
After setting breakpoints on lines 3, 6, 8, and 10, I removed them. Then, I click "Resume script execution". However, debugger stops at the breakpoint that I set before as follows.

Screen Shot 2021-11-02 at 21 46 37

To Reproduce

module Foo
  class Bar
    def self.a
      "hello"
    end
  end
  Bar.a
  bar = Bar.new
end

Expected behavior
It should be finished without stopping.

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