Atom Feed SITE FEED   ADD TO GOOGLE READER

Dump a Java Stack Trace

Sometimes I write broken code. Sometimes my test cases never complete. For this, there is a simple solution. Type CTRL+BACKSLASH into the Java process. The result is a full stack trace of all my JVM's threads.

It's a great way to debug deadlocks.