Oftentimes, when running an Eclipse Java Debug session, the debugger breaks on .finalize() methods etc etc. This is distracting.To fix this annoyance, Navigate to Window->Preferences->Java->Debug . Uncheck the “Suspend Exceptions on Uncaught Exceptions” and restart your debug session.