We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e247e49 commit 6cef19aCopy full SHA for 6cef19a
lib/ruby-debug-ide/commands/breakpoints.rb
@@ -69,7 +69,7 @@ class BreakpointsCommand < Command # :nodoc:
69
self.control = true
70
71
def regexp
72
- /^\s*b(?:reak)?$/
+ /^\s*info\s*break$/
73
end
74
75
def execute
0 commit comments