vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

Add "advanced copy" #1104

Open coder0xff opened 1 month ago

coder0xff commented 1 month ago

https://github.com/Microsoft/vscode/issues/27950#issuecomment-613281366 adds support for extensions to copy the complete content of a value during debugging. It would be great to not have to take screenshots of a nested structure in the variables panel to capture state.