How to Force Thread Dump in Eclipse?

前端 未结 9 1346
-上瘾入骨i
-上瘾入骨i 2020-12-05 07:03

I\'m launching a Weblogic application inside Eclipse via the BEA Weblogic Server v9.2 runtime environment. If this were running straight from the command-line, I\'d do a ctr

9条回答
  •  庸人自扰
    2020-12-05 07:48

    if you prefer UI based solution visualvm might be a good choice. (it's advantage is also that it's distributed with JDK)

    To take the thread dump in visualvm:

    1. connect to process (remote or local) and
    2. go for Threads (tab) -> Thread Dump (button)

提交回复
热议问题