How to see non-daemon threads in the debugger
Answered
How can I see only the non-daemon threads in the debugger?
I want to determine what threads are preventing a Gradle build from completing.
Please sign in to leave a comment.
Hi. Could you please clarify the problem?
A thread can be either a daemon or a non-daemon. In the debugger Threads tab, I want to filter the list of threads to only show non-daemon threads.
Hi.
please vote for this feature request:
https://youtrack.jetbrains.com/issue/IDEA-132042