While working on IntelliJ
, I am unable to check that if the thread is holding the lock or not.
On eclipse GUI there is a lock
like icon against the thread , telling us that it is holding that lock
.
In below code snapshot, my thread is at notifyElementAdded()
and holding the lock however, in a thread stack there is no such Icon or intimation from Intellij
So my question is how to check the same on IntelliJ GUI.