I hope this isn't too much of a newbie question, but this is my first attempt at using Ozone (with a J-Trace Pro for Cortex-M) and I'm experiencing an odd issue. We are using the Linux version of Ozone, since Linux is where our code exists, if I create an Ozone project without pointing to my device source code ELF file, Ozone seems to work reasonable. In this case I can see the processor registers, view memory, step through the assembly code, halt and continue execution. The basic stuff works. When an Ozone project is created which does point to my device source code ELF file, Ozone does just doesn't work. The registers and memory windows never shows any values, I can halt the processor but not step through the code or continue execution. I do see the source code and function names, and when I attempt to step I see the "Debug.StepOver()" call in the console, but basically no other reaction.
Any thoughts as to what I might be doing incorrectly?
Any thoughts as to what I might be doing incorrectly?