-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
microsoft/vscode-js-debug
#1586Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: No
- VS Code Version: 1.75.1
- OS Version: Windows
Steps to Reproduce:
- You need to try with a long/big string value and put it inside the Watch panel for debugging.
- Try to use
Copy Valueand pasted it into the Notepad for example. - You have no access to real value like UI (tooltips/popups) you will get truncated value with ... in middle!
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!!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded


