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
Your code and the binaries that you are debugging are not in sync.
Try creating a break point and then getting rid of all breakpoints and see if it still happens.