PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

java - Eclipse debugger always blocks on ThreadPoolExecutor without any obvious exception, why? - Stack Overflow

jeudi 5 février 2015 à 16:45
Les Liens de Memiks 05/02/2015
There's a more specific solution, which prevents Eclipse breaking on RuntimeExceptions thrown only from a given class.

   Add a new exception breakpoint from the Debugging perspective
   Go to its properties
   Go to Filtering
   In "Restrict to Selected Location(s)", click "Add Class"
   Add java.util.concurrent.ThreadPoolExecutor
   Untick the checkbox, meaning these will be ignored
(Permalink)