-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Printing multiple values on one line #139
Comments
I'll make a PR later. |
Thank you for your request. I'd rather not add even more configuration options to dbg-macro. Either we agree to print them on separate lines or on a single line. Can you show screenshots comparing the two variants and argue why you like the single-line output better? |
I think it's more readable to have values related to each other on one line. Like with |
I would prefer that
dbg(a, b, c)
prints values in one line, instead of three separate lines. This makes output much easier to read in my opinion. This shouldn't be hard to implement and users can choose what they prefer by defining some macro setting likeDBG_MACRO_SINGLE_LINE
.The text was updated successfully, but these errors were encountered: