Skip to content

Commit 6cef19a

Browse files
cadorndenofevil
authored andcommitted
list breakpoints fix
1 parent e247e49 commit 6cef19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/commands/breakpoints.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class BreakpointsCommand < Command # :nodoc:
6969
self.control = true
7070

7171
def regexp
72-
/^\s*b(?:reak)?$/
72+
/^\s*info\s*break$/
7373
end
7474

7575
def execute

0 commit comments

Comments
 (0)