You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: