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

[question] More compiler supported? #389

Closed
pengweiplus opened this issue Nov 29, 2024 · 2 comments
Closed

[question] More compiler supported? #389

pengweiplus opened this issue Nov 29, 2024 · 2 comments

Comments

@pengweiplus
Copy link

Embedded IDE For VScode is an exciting project, and I am very interested in disassembly code. Unfortunately, it does not support the compiler toolchain I am currently using. Should "disassembly code" be made as a separate plugin, or should we consider supporting more? I think I can provide some support.

@github0null
Copy link
Owner

github0null commented Nov 29, 2024

您好,请问你使用的何种编译器,现在这个插件支持 gcc 和 armcc
这个插件的反汇编功能比较简单,需要编译器套件本身支持反汇编工具,然后执行一些命令来完成反汇编
这个插件是All In One的,因此这个功能暂时不会分离出来作为独立插件


这个插件的反汇编的相关实现在此处
https://github.com/github0null/eide/blob/master/src/EIDEProjectExplorer.ts#L5530

@github0null
Copy link
Owner

暂时关闭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants