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

Debugging #236

Open
ceigel opened this issue Mar 2, 2024 · 1 comment
Open

Debugging #236

ceigel opened this issue Mar 2, 2024 · 1 comment

Comments

@ceigel
Copy link

ceigel commented Mar 2, 2024

After a break in the debugger a program using softdevice ends up in a panic. I understand that this might be related to the strong requirements of the nordic softdevice.
Please document either that debugging is not possible, or recommend a method to debug that doesn't lead to panics.

@alexmoon
Copy link
Contributor

alexmoon commented Mar 4, 2024

Using a debugger will certainly violate the softdevice timing constraints. Generally using defmt logging is the recommended way to debug softdevice apps. PRs to improve the documentation are welcome.

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