Skip to main content



      Home
Home » Archived » Memory Analyzer (MAT) » How to get executing stack and local variable information?
How to get executing stack and local variable information? [message #7973] Fri, 05 December 2008 18:45 Go to next message
Eclipse UserFriend
Hi,

Is it possible with this tool or any others to see the local variables in
each nodes of the stack of the executing thread?
Re: How to get executing stack and local variable information? [message #8005 is a reply to message #7973] Sat, 06 December 2008 02:28 Go to previous message
Eclipse UserFriend
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.
Previous Topic:Error opening jextract'ed dump
Next Topic:Size: 0k?
Goto Forum:
  


Current Time: Tue May 13 09:07:01 EDT 2025

Powered by FUDForum. Page generated in 0.02661 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top