Skip to content

Cannot remove breakpoint while debugging #17

@jljse

Description

@jljse

Environment

  • Windows11 WSL2: ubuntu 20.04.1
  • ruby: 3.1.0p0 (in rbenv in wsl2)
  • debug gem: 1.4.0 (globaly installed)
  • vscode: 1.63.2
  • vscode Remote - WSL: v0.63.13
  • vscode rdbg ruby debugger: v0.0.8

What happened

I cannot remove breakpoint from vscode.
It looks removed on GUI, but keeps breaking.

Reproduce

  1. Make foo.rb
3.times do
  puts "hello"
end
  1. Set breakpoint with vscode on puts line.
  2. Run debug with default setting (Debug current file with rdbg)
  3. (Breaks on puts line)
  4. Remove breakpoint and press F5
  5. (breaks on puts line again)

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