I\'m debugging a normal Java application, no GUI, just a lot of computations and ~5 calls in the stack for the main thread when the problem occurs. Basically it keeps saying \"C
The fix that worked for me was to remove method breakpoints. That made it superfast.