Can I find out which thread is running using Eclipse?

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-04-27T08:12:11Z Indexed on 2010/04/27 8:13 UTC
Read the original article Hit count: 252

Filed under:
|
|

I close my application by pressing a "Close" button. But in the Eclipse I see a red square indicating that something is still running. When I press this red square, I kill my application completely.

Is it possible to find out what is still running (which method, which loop) using Eclipse?

P.S. I am a newbie. So, it would be nice to have a simple solution. I also might not understand your answer if you use "technical" words which I do not know.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse