Reputation: 20342
I'm using a step debugger to debug my code.
I have a json string stored in $x
and I need to copy the value.
But the value is not showing completly, it just shows half of it, so I can't copy it.
Is there a way to solve it without a workaround e.g. write the value into a file?
Tested with VSC 1.68.1
Upvotes: 2
Views: 1225