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

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

[nongnu] elpa/inf-ruby db89398caa 173/265: Recognize byebug prompt


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby db89398caa 173/265: Recognize byebug prompt
Date: Sat, 9 Jul 2022 21:59:23 -0400 (EDT)

branch: elpa/inf-ruby
commit db89398caabccce307bee11b39cc9cad1b58d6a1
Merge: 1d6fef6eba 45af13a729
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Recognize byebug prompt
    
    Recognize byebug prompt in inf-ruby-auto-enter
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 196b82c9e9..8d4db9c013 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -639,7 +639,7 @@ 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(\\)\\|\\((rdb:1)\\)"
+(defvar inf-ruby-breakpoint-pattern "\\(\\[1\\] 
pry(\\)\\|\\((rdb:1)\\)\\|\\((byebug)\\)"
   "Pattern found when a breakpoint is triggered in a compilation session.
 This checks if the current line is a pry or ruby-debug prompt.")
 



reply via email to

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