Breakpoint on new thread
Answered
Netbeans has a feature to mark breakpoint on new thread. So I can suspend all threads whenever a new thread is created anywhere in the program.
Is their equivalent feature (or plugin) for that in IntelliJ. I cannot seem to find it.
Please sign in to leave a comment.
Hi. You either use a standard breakpoint which will pause all threads when hit or you can use a breakpoint with the suspend policy = thread.