vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Support for copying complete stacks to the pasteboard.

Open mozhuanzuojing opened this issue 3 years ago • 2 comments
trafficstars

[provide a description of the issue]

feature request

When debug code, we want to see the full stack and then filter it to get the information we really need. So need to be able to get all the text information of the current stack. would like to provide this feature.

mozhuanzuojing avatar Mar 13 '22 03:03 mozhuanzuojing

This could be a helpful feature. It might be a good starting point for community contributior. @mozhuanzuojing Do you have interest for contribution?

Here is a reference PR on how to add new menu to the call stack view. https://github.com/microsoft/vscode-java-debug/pull/748

testforstephen avatar Mar 14 '22 08:03 testforstephen

@testforstephen yes. i will develop this. Thanks for your reply and guidance !

mozhuanzuojing avatar Mar 14 '22 12:03 mozhuanzuojing