Eclipse debugger - jump to or show only suspended thread

前端 未结 2 1820
南旧
南旧 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:15

    I agree it is very annoying, and the answer very disappointing. But I think I found kind of a way:

    • select the Debug view
    • type Ctrl-F to open the Find window for that view
    • type *Suspen
    • select the thread you want

    Not ideal, but does the job for me.

提交回复
热议问题