-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Emacs freezes when robe is called while byebug is active on console #130
Comments
How/when does this happen? Doesn't one usually use byebyg from Even so, I tried the latter, and robe didn't freeze. Need step-by-step scenario. |
occurs when byebug is called on console (using inf-ruby). 1 - add byebug to your project: 2 - place byebug on some class (lib/foo.rb on initialize) 3 - Open rails console in emacs and start robe (robe-start) 4 - on rails console, call Foo.new 5 - A byebug will open on console 6 - in any file of your project, call robe-jump or company-robe. 7 - The freeze will happen. Happens on macos and linux. Emacs 26, 27 and 28. Video: EDIT: with binding.pry it works but it looks a little weird on emacs, do you have any tip to improve binding pry on emacs ? |
Thanks, I see it now. I just tried
Perhaps https://github.com/deivid-rodriguez/pry-byebug? It adds stepping commands and even breakpoint functionality. |
when byebug is active on the console and i try to call some robe action (like company or go to definition), the emacs freezes.
The text was updated successfully, but these errors were encountered: