Hello forum,
Have issues with CCS v12.2 behavior after IDE had java Null pointer exception, debug break points manager has lost his mind. Moving code down or up in editor while there is debug paused and reload program does not move the existing break points to follow the new line positions up or down, sometimes it does. What to do for the odd things below?
Cleaning the project closing CCS launching with -clean the same odd issues occur. Clearing all breakpoints, stop target, rebuild launch debug, code lines are orphaned by break point manager and simulator. Also removed power from the target powered via USB. When adding a breakpoint on the line of code or declarations XDC110 skips over (does not display in variables tab) break point jumps down several lines to a past removed break point.
Is there some way to clear breakpoints history in the IDE to make XDC110 work correctly again? I noticed stepping speed F5, F6 much faster and has forever had issues to process 4 loops without selecting run 2 line just under, often return(0) statement is the only syntax emulator will run 2. When try to F7 after F5 to F6 fails that cause illegal instruction exception NMI (interrupt.h) when no such instruction has ever occurred. There is no bad instruction only bad simulator behavior as if the emulator is not on the same page when NMI occurs. Noticing the target after POR runs to (main.c) locks up, does not do that in debug mode being even more perplexing.
The F7 is was past to process (for) statement when source code exists and stepped into F5 or F6 and seems broken in this CCS version. So F7 just jumps over existing break points when it should run to next breakpoint then hold. Oddly there have been no updates for CCS12.2 last to run on windows 7. After upgrading to 10 on another machine it's not top priority as upgrade 7 to 10 does not save registry or applications settings and forget 11 that's a hardware can of worms.
Regards,