Hi,
When starting the a debug session I got the following Execption with CCSV5.2beta3:
Exception in thread "pool-1-thread-1" java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$EntryIterator.next(Unknown Source)
at java.util.HashMap$EntryIterator.next(Unknown Source)
at java.util.Collections$UnmodifiableCollection$1.next(Unknown Source)
at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener.doClearTriggeredBps(BreakpointManagerListener.java:515)
at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener.handleTargetRunning(BreakpointManagerListener.java:493)
at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener.access$3(BreakpointManagerListener.java:492)
at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener$3$1.run(BreakpointManagerListener.java:228)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
This indicates a programming error, where multiple threads access non-thread-safe data structure.
Please forward this report to the development team, so that they can fix this problem.
Thank you in advance, Clemens