IntelliJ debugging: Suspend whole VM then step on single thread

前端 未结 3 1322
时光说笑
时光说笑 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:43

    This feature was added in IntelliJ 16 (the issue CrazyCoder referenced in his answer was resolved)

    More details here:
    https://blog.jetbrains.com/idea/2016/02/intellij-idea-16-eap-improves-debugger-and-adds-git-worktree-support/

提交回复
热议问题