Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 23:45 Go to next message
Sebastien Tardif is currently offline Sebastien TardifFriend
Messages: 4
Registered: July 2009
Junior Member
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 07:28 Go to previous message
Andreas Buchen is currently offline Andreas BuchenFriend
Messages: 123
Registered: July 2009
Senior Member
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: Fri Apr 19 16:22:01 GMT 2024

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

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

Back to the top