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

Add a section on debugging to getting-started guide #43

Open
wiktorwieclaw opened this issue Mar 5, 2023 · 0 comments
Open

Add a section on debugging to getting-started guide #43

wiktorwieclaw opened this issue Mar 5, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation priority:low

Comments

@wiktorwieclaw
Copy link
Member

https://docs.rust-embedded.org/discovery/microbit/05-led-roulette/debug-it.html

rtt needs to be disabled in Embed.toml
dbg has to be enabled

you run cargo embed in one terminal,
open gdb in second terminal

type target remote :1337

debug

@wiktorwieclaw wiktorwieclaw added the documentation Improvements or additions to documentation label Mar 5, 2023
@wiktorwieclaw wiktorwieclaw self-assigned this Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority:low
Projects
None yet
Development

No branches or pull requests

1 participant