-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Rails debugging - byebug starts on production environment #41
Comments
Thanks for the report. What was exactly previous debugger behaviour. It ignored it but gave you a warning message or something? The truth is I don't feel like spending time now on babysitting developers. Maybe you can override Salute. |
👍 def not a byebug issue |
I usually put byebug in the Gemfile under the |
I'm closing this because I didn't get any feedback and because I don't think this is |
@ey123 Funny enough, just today support for |
Just came here to point the magnificent reply you posted here. |
If I forget a "byebug" command in the code and it gets deployed to production, byebug stops on the breakpoint.
When I used debugger gem it used to skip "debugger" commands.
I tried Byebug.stop() in config/environments/production.rb - didn't work.
Is there any way I can make byebug disabled for production?
Thanks.
The text was updated successfully, but these errors were encountered: