When debugging a J2EE application, in Eclipse, I do see hundreds of Threads. However, I am interested in a single thread, in which my breakpoint hit. Going up and forth to find it everytime is a pain.

How do I filter out the unsuspended threads?

有帮助吗?

解决方案

As far as I know there is not an easy way to do this. One workaround would be like this:

  1. Get a focus on the Debug view
  2. Ctrl + F (in order to get the find dialog)
  3. Enter something like *Suspended
  4. Click OK
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top