vscode-cpptools
vscode-cpptools copied to clipboard
It should be possible to select and copy text in the Disassembly View.
Feature Request
It's currently not possible to select and copy text in the Disassembly View.
This is often relevant when writing bug reports in particularly gnarly scenarios involving third party code.
Currently, I routinely have to launch up Visual Studio to do that.
It doesn't have to allow for arbitrary selections; i.e. it would be fine if the granularity of the selection was limited to whole instructions.
Thank you for your feature request. While we may not be able to implement it immediately, we will monitor community reactions to see how it fits into our backlog. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated.
Needed this also to copy to generated asm and optimizing or modifying it, Also to check compiler optimization and compare optims, And use ASM code in other tools to analyze it