-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Debuggers Support #93
Comments
Hi @BryanSaxon, Thank you for raising this issue 👍 |
This is very easy to reproduce. Spin up a fresh new rails app. Add binding.pry support in Gemfile
Add |
@i8ramin thanks for the reproducing steps. I found this https://github.com/pry/pry/wiki/Remote-sessions you can start your server with hotel and connect remotely to it using Regarding the fact that hotel hangs, it's unexpected. Do you see any error in |
I tried using
Maybe there is another hack around using |
Having the same issue. Ideal solution would be if hotel window would allow input when logs show prompt. Would implement it if somebody showed me the way. |
I resolved this issue by using |
I dev mostly for rails and use
binding.pry
for debugging. When I run into these statements with hotel, I have no way, or least do not know of a way, to continue or debug the application. It also locks hotel so you are not able to stop and restart the server. You have to runhotel stop && hotel start
to get your app responding again. Obviously you can stop the hotel instance and do debugging then start back but this is a bit cumbersome and would be nice to have support within hotel itself.The text was updated successfully, but these errors were encountered: