You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: