Hello, I use the TMSC6678 LE and run a program in which 8 cores work together, and I want to use the breakpoints when debudding it. Fist in the C/C++ perspective I set the breakpoint by right-click the mouse, then in the breakpoint view appear the information of the breakpoint, but in the breakpoint properties, it turns out that "Breakpoint is not attached to an active debug context. Please launch the debug session where this breakpoint is attached."
Nevertheless, I debug the program, and in the CCS debug perspective I press the "Resume" in debug view, the program does;t stop at the expected place and run till the end.
Could anyone explain the steps of setting the BP in CCSv5 to me, and find out the result of the problems? Thanks a lot!!