Hi,
I want to use the app_error_save_and_stop in app_error_weak.c of SDK16
However, the call to the app_error_fault_handler stops to NRF_BREAKPOINT_COND and never reaches the app_error_save_and_stop function.
Should I comment out this breakpoint macro? Is it safe?
This macro have been intentionally located before the app_error_save_and_stop right? What is the reason?

