We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger entered--Lisp error: (search-failed "\\(^>> *\\)\\|\\(^(rdb:1) *\\)\\|\\(^(rdbg[^)]*) *\\)\\|\\(^...") re-search-backward("\\(^>> *\\)\\|\\(^(rdb:1) *\\)\\|\\(^(rdbg[^)]*) *\\)\\|\\(^...") (let ((end (point))) (re-search-backward inf-ruby-first-prompt-pattern) (inf-ruby-remove-in-string (buffer-substring (point) end) inf-ruby-prompt-pattern)) (save-excursion (let ((end (point))) (re-search-backward inf-ruby-first-prompt-pattern) (inf-ruby-remove-in-string (buffer-substring (point) end) inf-ruby-prompt-pattern))) inf-ruby-get-old-input() comint-previous-matching-input("." 1) comint-previous-input(1) funcall-interactively(comint-previous-input 1) command-execute(comint-previous-input)
let: Search failed: "\\(^>> *\\)\\|\\(^(rdb:1) *\\)\\|\\(^(rdbg[^)]*) *\\)\\|\\(^(byebug) *\\)\\|\\(^\\(irb([^)]+)\\|\\([[0-9]+] \\)?[Pp]ry ?([^)]+)\\|\\(jruby-\\|JRUBY-\\)?[1-9]\\.[0-9]\\(\\.[0-9]+\\)*\\(-?p?[0-9]+\\)?\\|^rbx-head\\) ?[0-9:]* ?> *\\)"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Step:
screenshot
error message
full error output
let: Search failed: "\\(^>> *\\)\\|\\(^(rdb:1) *\\)\\|\\(^(rdbg[^)]*) *\\)\\|\\(^(byebug) *\\)\\|\\(^\\(irb([^)]+)\\|\\([[0-9]+] \\)?[Pp]ry ?([^)]+)\\|\\(jruby-\\|JRUBY-\\)?[1-9]\\.[0-9]\\(\\.[0-9]+\\)*\\(-?p?[0-9]+\\)?\\|^rbx-head\\) ?[0-9:]* ?> *\\)"
The text was updated successfully, but these errors were encountered: