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

Disassembly View Debug #13865

Open
wss29 opened this issue Jul 1, 2024 · 3 comments
Open

Disassembly View Debug #13865

wss29 opened this issue Jul 1, 2024 · 3 comments
Labels
debug issues that related to debug functionality help wanted issues meant to be picked up, require help memory-inspector Issues relating to the `memory-inspector` package.

Comments

@wss29
Copy link

wss29 commented Jul 1, 2024

Feature Description:

When it comes to debugging C++ project, not only debug source code, but most time it also needs debug disassembly when no source code exists.
I have seen vscode extensions cpptools can debug disassembly view very well, does theia plan to support disassembly view debug?
image

@msujew msujew added help wanted issues meant to be picked up, require help memory-inspector Issues relating to the `memory-inspector` package. labels Jul 1, 2024
@planger planger added the debug issues that related to debug functionality label Jul 2, 2024
@planger
Copy link
Contributor

planger commented Jul 2, 2024

Theia provides a native disassembly view, which has been added in PR 11186. It has been tested with cdt-gdb-vscode. Does this address your requirements?

@wss29
Copy link
Author

wss29 commented Jul 2, 2024

Theia provides a native disassembly view, which has been added in PR 11186. It has been tested with cdt-gdb-vscode. Does this address your requirements?

Hi @planger
until latest theia version 1.50.1, I have try theia's Disassembly View with cdt-gdb-adapter, It can only display disassembly code but can not debug. if you have used cpptools in vscode disassembly view you will know the effect

@planger
Copy link
Contributor

planger commented Jul 2, 2024

Oh, ok I see. So tihs issue is about adding debug capabilities, like setting a breakpoint or perfoming a step in the context of the disassembly view. Got it. I'm not aware of any immediate plans to add this feature though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality help wanted issues meant to be picked up, require help memory-inspector Issues relating to the `memory-inspector` package.
Projects
None yet
Development

No branches or pull requests

3 participants