This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LC4357: Hardware Breakpoints skipped using XDS110

Part Number: TMS570LC4357
Other Parts Discussed in Thread: TMDSEMU110-U

I am testing on new target hardware loading the application image with TMDSEMU110-U. The connect, launch, erase, and load sequence seems to work fine because the process completes as expected. After load none of the steps functions work nor printfs nor hardware breakpoints. I am able to pause and restart execution. when I pause at varying time intervals, I can see that the code is progressing. 

The build configuration is fully-symbolic with optimization=0. Compiler is TI v18.12.4.LTS

The Launch configuration loads the program with fast verification and run-to-symbol = main.

"Skip all breakpoints" is not enabled"

This is the state of CCS  Version: 9.3.0.00012  after successful load:

Here is the call-stack after pausing showing that the code is executing. 

My main function is a simple loop that should print an incrementing count back to the console. 

Why would all breakpoints be ignored?