-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
Setting to expand object by default like byebug 5.0.0 #177
Comments
Yes, the old one was better. I'll fix it. |
@deivid-rodriguez First off, thanks for your work with byebug. I know it's saved me many hours. Is this by any chance related to this change in the display of return values? I've also noticed that symbols don't print with their leading colon anymore either. |
@robacarp Yes, it's the same issue. |
instructure-gerrit
pushed a commit
to instructure/canvas-lms
that referenced
this issue
Nov 9, 2015
Expand object by default Version 6.0.2 had the following problem: deivid-rodriguez/byebug#177 This means that in previous to this patch objects like [nil] would print as blank lines in byebug. Change-Id: I4ba20becd4e145dfa4f7d461dd380b72373a0898 Reviewed-on: https://gerrit.instructure.com/66724 Tested-by: Jenkins Reviewed-by: Keith T. Garner <[email protected]> Product-Review: Derek Bender <[email protected]> QA-Review: Derek Bender <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 6.0.0 and above
Before that
Is there a setting, so that the default behaviour in this respect can go back to the before 6.0.0. I really much prefer it expanded object, as its easier for debugging.
The text was updated successfully, but these errors were encountered: