In the run mode, I can see the contents on stack in "locals" windows in VS.

it would be nice for beginners (to understand C# better), to be able to see the contents of both stack and heap.

that way we can understand when we instantiate an object of a class how the data is stored between stack and heap.

thanks
nath