Skip to content

Commit

Permalink
Recognize byebug prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaschenko committed Apr 23, 2016
1 parent 1d6fef6 commit 45af13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inf-ruby.el
Expand Up @@ -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.")

Expand Down

0 comments on commit 45af13a

Please sign in to comment.