I'm using SDK version 15.0.0_a53641a on nRF52840 with softdevice s140_nrf52_6.1.0_softdevice.hex.
When I enter break points inside ble_evt_handler, it always ends up at NRF_BREAKPOINT_COND; // On assert, the system can only recover with a reset.
In the past when running softdevice s132_nrf52_5.0.0_softdevice.hex on the nRF52832 I never had an issue placing break points inside ble_evt_handler.
Any suggestions as to what is causing this?