How to copy smth from disassembly view? #12016
Answered
by
bobbrow
Feel (FeelUsM)
asked this question in
Q&A
|
When debugging I open disassembly view like this: |
Answered by
bobbrow
Feb 26, 2024
Replies: 1 comment 1 reply
|
The disassembly view is part of the VS Code core editor. We provide the data for that view when we have it, but we don't have access to the contents of the tab and can't control things like selection and copying. |
1 reply
Answer selected by
bobbrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The disassembly view is part of the VS Code core editor. We provide the data for that view when we have it, but we don't have access to the contents of the tab and can't control things like selection and copying.