Hi, today I tried to debug a JFX8 app with eclipse and used build 81 for this. But by using JavaFX in JDK8 the VM seems to create and destroy so many short living threads that the eclipse debugger can't handle this behavior. Is this a wanted behavior? And if yes, why isn't this done by thread pools? Cheers, Hendrik