Skip to content

"copy value" from variables debugger window not working #624

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

Closed
pelukron opened this issue Aug 7, 2019 · 3 comments
Closed

"copy value" from variables debugger window not working #624

pelukron opened this issue Aug 7, 2019 · 3 comments
Assignees

Comments

@pelukron
Copy link

pelukron commented Aug 7, 2019

When in debug mode I open contextual menu to Copy value from variable and this does not work.

Environment
  • Operating System: Windows 10 (Windows_NT x64)
  • JDK version: java version "1.8.0_221"
  • Visual Studio Code version: 1.36.1
  • Java extension version: 0.47.0 (redhat.java)
  • Java Debugger extension version: 0.20.0 (vscjava.vscode-java-debug)
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

@testforstephen
Copy link
Contributor

Cause: In the Variable Response, the value for evaluateName is not returned for top-level variables.

@youssefgh
Copy link

youssefgh commented Nov 30, 2019

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)

@testforstephen
Copy link
Contributor

Duplicated with #819. Now it's doable with the new VS Code capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants