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

Question: inspecting long strings (they get truncated in Vs Code's debug console) #350

Open
feliperaul opened this issue Sep 14, 2023 · 1 comment

Comments

@feliperaul
Copy link

First of all, I recently discovered that when using Vs Code's debug console I can actually click on each line output and it will expand the object (so if it's an array or a hash, it will expand it just like the Chrome debugger does).

🤯

That's amazing 👏🏻

Having said that, how exactly can I inspect a long string?

This is what I get even when I click on it:

image

So it always gets truncated, even if I try to copy the #dump part.

How to actually inspect the long string in the debug console?

@pelted
Copy link

pelted commented Oct 16, 2023

This has been pretty frustrating with trying to debug some long XML creation. Any ideas on how to work around it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants