How to find deadlocks in IDEA debugger?

The Run console has a Dump Threads button, but there's no such thing in
the debugger. How do I find deadlocks and monitor status?

1
Avatar
Permanently deleted user

Freeze JVM and export threads by right click on tree in thread tab.

1
Avatar
Permanently deleted user

It really helped. Very detailed info in the export.

0

请先登录再写评论。