We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When in debug mode I open contextual menu to Copy value from variable and this does not work.
1.- Press F5 to start debugging session 2.- Go to VARIABLES panel and rigth click to show contextual menu on a variable 3.- select Copy Value
copy value from menu is disable
copy value from menu as enable
this ticket is related with this one microsoft/vscode-python#1398
https://user-images.githubusercontent.com/38342960/38767732-4cf57758-3fe7-11e8-9c04-fdb1195fbd94.png
The text was updated successfully, but these errors were encountered:
Cause: In the Variable Response, the value for evaluateName is not returned for top-level variables.
Sorry, something went wrong.
Workaround : 1 - Go to VARIABLES panel and right click to show contextual menu on a variable 2 - Select Set Value 3 - CTRL+C (tested on java)
Duplicated with #819. Now it's doable with the new VS Code capabilities.
testforstephen
Successfully merging a pull request may close this issue.
When in debug mode I open contextual menu to Copy value from variable and this does not work.
Environment
Steps To Reproduce
1.- Press F5 to start debugging session
2.- Go to VARIABLES panel and rigth click to show contextual menu on a variable
3.- select Copy Value
Current Result
copy value from menu is disable
Expected Result
copy value from menu as enable
Additional Informations
this ticket is related with this one
microsoft/vscode-python#1398
https://user-images.githubusercontent.com/38342960/38767732-4cf57758-3fe7-11e8-9c04-fdb1195fbd94.png
The text was updated successfully, but these errors were encountered: