Program to view data in memory RAM?
Hi,
I'm running a java program and to debug the program instead of using a debugger I would like to look to the heap and to the bytes in the memory of the process. I was hoping that the pointers would give me a snapshot of a moment of the application. Is this possible?
It exists a program that allow us to look to the details of a process and to the memory ram?
|