Breakpoint on new thread
已回答
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.
请先登录再写评论。
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.