Hi,
I develop firmware for nRF5340 in VS Code with Nordic toolchain (1.9.1) and NRF connect addon.
Project generates multiple elf files and it seems like only zephyr\zephyr.elf can be loaded trough Ozone.
This problem occurs when using "Download and reset program". Ozone does not display any critical errors - it just cant run to a breakpoint set in the code.
Important note:
When using Flash option from within VS Code NRF connect addon (based on west flash command) and later attaching Ozone to a running program, everything works fine.
How to resolve problem? How to be able to flash trough Ozone and maintain debugging capabilities?