I am troubleshooting a JOGL application shutdown. As the application is not terminating properly, I would like to know which of the threads is causing this. Is there a way to check in the debugger which threads are non-daemon ones?
If there is nothing in the IDE for this, is there some other way to check for this, perhaps some clever expression I could enter as a watch expression to list the non-deamon threads?