Hi @bp1979 ,
Which APP you want to debug now?
Talk about my experience with the secondary bootloader+application debug.
As you know, the application debug have the offset, and the code running normally determined by the boot entry point, and that is normally from ROM BOOT+secondary boot+ app.
So, if I need to debug the application, I will download the secondary bootloader which can jump to the application at first, then the application will works.
Another way, test the application without the offset at first, after the code function totally works, then I do the offset, and download to the related offset area, test the function directly when + bootloader.
So, to your situation, I suggest you can try to test the application without offset and debug it, it will make things easy.
Best Regrads,
Kerry