IntelliJ debugging: Suspend whole VM then step on single thread

前端 未结 3 1312
时光说笑
时光说笑 2021-02-09 18:14

I am debugging an application with lots of threads. My breakpoints are set to suspend the whole VM.

When a thread hits one of the breakpoints, I then want to use Step Ov

3条回答
  •  醉梦人生
    2021-02-09 18:24

    NetBeans can resume individual threads. While in debug mode, you can resume a thread from the left thread list by pressing a small button shaped like Play (►) near the thread.

提交回复
热议问题