Skip to content
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

Support copying variable #338

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Conversation

testforstephen
Copy link
Contributor

Signed-off-by: Jinbo Wang jinbwan@microsoft.com

Close microsoft/vscode-java-debug#819
Close #290

@testforstephen testforstephen changed the title Debug copy Support copying variable Jul 13, 2020
@testforstephen
Copy link
Contributor Author

Below is the evaluate name for the sample variables:
image

1 -> bookMap.entrySet().toArray()[1]
2 -> ((java.util.Map.Entry)bookMap.entrySet().toArray()[1]).getKey()
3 -> circularLists.get(1)
4 -> ((java.util.List)circularLists.get(1)).get(0)
5 -> complexObj.foo.name

@testforstephen testforstephen merged commit f172aa7 into microsoft:master Jul 14, 2020
@testforstephen testforstephen deleted the debug_copy branch July 14, 2020 09:08
@testforstephen testforstephen restored the debug_copy branch July 14, 2020 09:12
testforstephen added a commit that referenced this pull request Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adopt supportsClipboardContext
3 participants