I've partitioned the boot-loader and application code into two separate projects. The boot-loader makes use of flash sector A to store the boot-loader and the application uses the remaining flash.
I would like to start a debug session in the booloader project. Once my boot code jumps to the application, I would like to continue the debug session straight into the application. Is this possible?