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 p
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.