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

Suggestion to the 05-led-roulette section #588

Open
Makuo12 opened this issue Dec 18, 2024 · 0 comments
Open

Suggestion to the 05-led-roulette section #588

Makuo12 opened this issue Dec 18, 2024 · 0 comments

Comments

@Makuo12
Copy link

Makuo12 commented Dec 18, 2024

Would it be possible to add the "monitor reset halt" command right after
"""
(gdb) break main
Breakpoint 1 at 0x104: file src/05-led-roulette/src/main.rs, line 9.
Note: automatically using hardware breakpoints for read-only addresses.
(gdb) continue
Continuing.

Breakpoint 1, led_roulette::__cortex_m_rt_main_trampoline () at src/05-led-roulette/src/main.rs:9
9 #[entry]
"""
to assist readers who might run into the problem below.
Because all I would see when I entered "continue" was "Continuing," which I would have to press ctrl+c to exit.

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

1 participant