-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
ruby/debug
#578Description
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
- Make foo.rb
3.times do
puts "hello"
end
- Set breakpoint with vscode on puts line.
- Run debug with default setting (Debug current file with rdbg)
- (Breaks on puts line)
- Remove breakpoint and press F5
- (breaks on puts line again)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels