Skip to content
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

Don't re-indent std::cout output #421

Closed
1 task done
pweiskircher opened this issue Jan 31, 2024 · 1 comment
Closed
1 task done

Don't re-indent std::cout output #421

pweiskircher opened this issue Jan 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@pweiskircher
Copy link

Checklist

Is your feature request related to a problem? Please describe.
When I output for example JSON using std::cout in a test for debugging purposes it re-indents the JSON making it pretty hard to read.

Describe the solution you'd like
Be able to not re-indent the output.

Additional context
For example (only pasting part of the output):
Screenshot 2024-01-31 at 3 52 10 PM

When I use the debugger, it looks like this:
Screenshot 2024-01-31 at 3 53 01 PM

Not sure if this is something you'd consider, but I figured it's worth a try. Not too big of a problem because I usually don't debug things like this anyway.

@matepek matepek added the enhancement New feature or request label Feb 8, 2024
@matepek
Copy link
Owner

matepek commented Feb 8, 2024

It should indent it and it works fine for me. I was not able to reproduce.
Please open a BUG. 🙏

@matepek matepek closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants