While debugging my project in Eclipse, it will (repeatably, at the same point in the code) pause execution as if it’s reached a breakpoint. No exceptions are thrown, the project has no breakpoints, and if I hit resume, it carries on without a problem.
What could be causing this behaviour?
The Eclipse debugger pauses if the code throws an exception – at least it does for me (maybe this can be toggled). Just un-pause the thread and you’ll most likely see a stacktrace being printed to STDERR.