I have tried looking to see if I can find solutions to this problem, but I can't seem to find any help online for this.
I have the latest code composer studio, and I find that when debugging my application, more often than not when I get to a break point, I can not step into/ step over / step out of/ run the program any longer. Any time I try any of these issues, the execution remains at the line i set the break point at.
Some times it will work, where I can get step into and it will work as expected, and I never have this issue from that point on during execution.
But more often than not, on the first breakpoint of the execution, the program will not move on from the breakpoint no matter what I do.
I can't seem to find a specific instance where it happens vs. where it doesn't happen, it seems to be random.
This is very frustrating and is really starting to affect my production as I can't reliably debug programs to efficiently find the bug.