-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Copy Value in Watch panel copies truncated value with ... for a long/big string. #175758
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.75.1. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
I don't remember whether js-debug is expected to return the full value for the clipboard context? |
Then how should I have access to the real value of my variable? popup truncated, copy value inside debugger (watch panel) truncated. Why should not have expect to access to the real value of the variable from debugger and watch panel? So what is the purpose of having watch panel then? Truncating values for UI make sense but not everywhere! At least console.log works! |
This should definitely work, and does for me. Could you grab some logs so I can see what's going on on your end? /jsDebugLogs |
Please collect trace logs using the following instructions:
|
I am using playwright vscode to call the debugger so I do not have a Is it possible to enable the trace globally to help you with more info? I know does not help you but I just shared a gif to show how happened. |
No worries, thanks for the gif. I was able to reproduce. |
Does this issue occur when all extensions are disabled?: No
Steps to Reproduce:
Copy Value
and pasted it into the Notepad for example.In UI make sense to me to have truncated value for long/big string
But, why I should not have access to the real value by
Copy Value
in the Watch panel?For a while, I was looking for why when I am pasting the value in
jwt.io
the signature and data there were invalid!!!The text was updated successfully, but these errors were encountered: