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.
Tool/software: Code Composer Studio
I use amic110-ddress's demo project(EtherCAT full demo);
I have set the project optimization to None;
And i find that i can't set breakpoints in most files except task files.
And in watch window, i can only monitor simple variables like int x, int y;
For structures i define in project , the watch window can't recogonize it;
It's not easy to develop our own project if we can't use these two methord of debugging;
Looking forward to your advise!Thank you.