-
-
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
.byebugrc not read at startup #223
Comments
Yes, it should be the default behavior. If it's not, could you give me a way to reproduce the problem? It's certainly read in simple cases. Regarding the diagnostic output, yep. That's something to be improved! |
Okay, well that now reads my rc file, but that exposes the next layer of problems. Shall I create another bug for the missing diagnostic output? My feeling is that all I/O with the user should be via |
So this PR is to be merged, right? Or should we investigate the next layer of problems first? Yes, please, another bug for improving diagnosis output. Also, can you help with migrating everything to |
Yes, let's merge this and I'll either file another bug or PR. =) |
From reading the documentation, this should be the default behavior, right? Invoking with
--rc
causes the file to be sourced, but failed commands are ignored without any diagnostic output.The text was updated successfully, but these errors were encountered: