![]() Previous |
You can display stack traces for individual threads. The stack trace displays the call path to the currently executed method. The Management Console collects the stack traces continuously when the Threads tab is visible; for example, if your application halts, you can use the stack traces to find out where in your application the computer was executing code and which methods was called before it stopped. The stack trace can also offer a hint of where to look in you application if you get a deadlock.
To display a stack trace for a thread, highlight a thread on the Live Threads table. The Stacktraces for selected threads panel shows the stack trace for the highlighted thread.