In Java I can use Visual VM to see the state of the heap with a heap dump. Is there any way to view the state of the stack memory?
I don't need this for any assignment but I am curious to view the memory structure of the stack.
In Java I can use Visual VM to see the state of the heap with a heap dump. Is there any way to view the state of the stack memory?
I don't need this for any assignment but I am curious to view the memory structure of the stack.