简体   繁体   English

监视eclipse中的java线程

[英]monitor java threads in eclipse

how can you list or monitor threads used by a currently running project in eclipse? 如何在eclipse中列出或监控当前运行的项目使用的线程? Is there a plugin because my eclipse doesn't seem to have such a view. 是否有插件,因为我的日食似乎没有这样的观点。

thanks 谢谢

When you have started your application in debug mode. 在调试模式下启动应用程序时。 You can see the threads in the Debug view which is in the Debug perspective by default. 您可以在Debug视图中看到默认情况下位于Debug透视图中的线程。

Screeshot

For detailed information you have to use VisualVM . 有关详细信息,您必须使用VisualVM

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM