Hello,
I have a question related to debugging by launching the target.ccxml. My problem is that the debug info is not loaded when I launch the .ccxml and connect to the target.
Let's assume I am trying to load blinky example;
If I start debugging by using the debug button there are no problems.
The code is resolved and I can put a breakpoint wherever I want.
However, if I launch the .ccxml and then connect the target, the debug information is not available.
What am I missing here? Is there an additional step to show the debug information to CCS when I debug it via launching the configuration?
Thanks in advance.