|
Re: How to get executing stack and local variable information? [message #8005 is a reply to message #7973] |
Sat, 06 December 2008 02:28  |
Eclipse User |
|
|
|
Hi Sebastian,
the heap dump neither contains the stack trace of the threads nor the
local variable per stack trace elements.
It contains, however, the thread objects (Java Basics -> Thread Overview)
and the objects currently somewhere on the call stack of that thread
(marked as "Java Local" in the outgoing references).
As far as I know, this is the best you get when analysis the heap "post
mortem".
Of course, when debugging you have this information anyways. Also, when
connecting with a profiler, one should be able to see this information.
Andreas.
|
|
|
Powered by
FUDForum. Page generated in 0.02661 seconds