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

Ability to see disassembly and step assembly code? #42

Open
IansMusical opened this issue Mar 23, 2021 · 3 comments
Open

Ability to see disassembly and step assembly code? #42

IansMusical opened this issue Mar 23, 2021 · 3 comments

Comments

@IansMusical
Copy link

@maxgerhardt: Is it possible to see STM8 disassembly in a window and equally be able to step over assembly code?

@maxgerhardt
Copy link
Contributor

This is working in e.g. STM32 platforms, just as described in the featureset at https://docs.platformio.org/en/latest/integration/ide/vscode.html#debugging and per screenshot at https://docs.platformio.org/en/latest/integration/ide/pioide.html#platformio-for-vscode, but somehow this is not working for STM8 yet (and also not Atmel AVR), I'll open issues and try and see why exactly this is not working in this instance.

@IansMusical
Copy link
Author

@maxgerhardt Thank you for your reply. Does this feature work at a core level as I couldn't immediately see anything in the ststm32 repo.? Again, will this be something you can change once the issue is found or is it someone else's change?

@maxgerhardt
Copy link
Contributor

Does this feature work at a core level as I couldn't immediately see anything in the ststm32 repo.?

This is not implemented in the PlatformIO core (https://github.com/platformio/platformio-core/) but the VSCode extension (https://github.com/platformio/platformio-vscode-ide/ and its dependencies).

Again, will this be something you can change once the issue is found or is it someone else's change?

PlatformIO staff will be in charge of that I think, because I don't see the public source for some of the debugger GUI stuff (I might also be wrong). After all, I'm just a contributer, not an employee :D

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