Eclipse debugger - jump to or show only suspended thread

前端 未结 2 1807
南旧
南旧 2021-01-31 09:23

I have a Java application with a lot of threads. While debugging, and when execution in one thread was stopped by a break point, it\'s pretty annoying to scroll between all the

2条回答
  •  隐瞒了意图╮
    2021-01-31 10:12

    Using "Eclipse IDE" and in the Debug window there's a down arrow dropdown in the top right of that window/section.

    • Click the vertical ellipsis (or the down arrow if using an Eclipse release earlier than 2019-12)
    • Click Java
    • "Show Running Threads" was defaulted to clicked for me
    • Click "Show Running Threads"

    Go back into this dropdown and now it's unchecked, doesn't seem to work 100% but definitely trims down on the showing threads

提交回复
热议问题