emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 9f02c4a1c8 158/265: Adding ruby-debug pattern


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 9f02c4a1c8 158/265: Adding ruby-debug pattern
Date: Sat, 9 Jul 2022 21:59:22 -0400 (EDT)

branch: elpa/inf-ruby
commit 9f02c4a1c8730872887f7379358435b7f2ed39a4
Author: Daniel Luna <dancluna@gmail.com>
Commit: Daniel Luna <dancluna@gmail.com>

    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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]