Setup Visual Studio Code and installed the toolchain manager stuff got 1.9.1 of the SDK and the command line stuff for my windows 10 machine (if that matters). And trying to debug the blinky example on my nrf53 DK board. Selected the NS version of the board.
If I make changes (to the blink rate of the blinky app) and hit compile and flash everything works perfectly. But if I go to debug (using GDB) it immediately goes to the SPM code and stops so I can hit run.
If I put a breakpoint in main of the blinky app, and hit run it never gets in there. I can debug and step through the SPM project.
Then the next day, it started with the SPM code and after hitting run it jumped into the main of the blinky app. And then I could debug. But that only lasted for a day, and now I'm stuck in the SPM project again and it run and debugs that but never jumps into my blinky code. I don't know what I did to get it to run that one time or why it's not running. Contacted my FAE and his version of the blinky project never runs (or debugs) the SPM.
I'm assuming this is a configuration issue. I basically setup and am trying to do this https://academy.nordicsemi.com/topic/dissecting-blinky/ but it's not always jumping into my program. Just the SPM.