branch: elpa/inf-ruby
commit 9f02c4a1c8730872887f7379358435b7f2ed39a4
Author: Daniel Luna <[email protected]>
Commit: Daniel Luna <[email protected]>
Adding ruby-debug pattern
---
inf-ruby.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/inf-ruby.el b/inf-ruby.el
index 1f632010dc..1ade40fa7b 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -634,8 +634,9 @@ keymaps to bind `inf-ruby-switch-from-compilation' to `ะก-x
C-q'."
one of the predicates matches, then calls `inf-ruby-console-NAME',
passing it the found directory.")
-(defvar inf-ruby-breakpoint-pattern "\\[1\\] pry(" "Pattern to check if the
-current line indicates the current compilation mode entered a breakpoint")
+(defvar inf-ruby-breakpoint-pattern "\\(\\[1\\] pry(\\)\\|\\((rdb:1)\\)"
+ "Pattern to check if the current line indicates the current compilation mode
+entered a breakpoint")
(defun inf-ruby-console-match (dir)
"Find matching console command for DIR, if any."