I have written simple hello world code on nRF9160 custom board and enables the MCUBoot as bootloader using CONFIG_BOOTLOADER_MCUBOOT=y in prj.conf file.
Also, made some bootloader related configuration at mcuboot.conf file.
I have kept the break point on loader.c file but my program execution is not halting there.
my question is that. How to debug the mcuboot a bootloader code on nRF9160 custom board?
I am using Segger Embedded Studio IDE.