java stack dump on windows

后端 未结 7 880
自闭症患者
自闭症患者 2020-11-30 02:19

I have a running java process in a standard windows command window. ie i have run \'cmd\' and typed in java -jar ...

I need to be able to get a full stack dump of al

7条回答
  •  天命终不由人
    2020-11-30 03:14

    In addition to Seth's answer, you could also launch a JConsole on your machine in order to inspect each thread's stack trace. This has the added benefit of being able to detect deadlocks and monitor memory usage.

提交回复
热议问题