Community
Participate
Working Groups
I got a ConcurrentModificationException in JDIDebugTarget#canSuspend() when I terminated a launch. While the target was iterating over its threads for the canSuspend() method, the threads were being removed due to the termination. The fix is to call getThreads(), which returns a copy, instead of getThreadList().
Fixed. Please verify.
Verified