views:

38

answers:

1

Hello Guys,

I am just wondering if there is any option in visual studio watch window to show the variable address locations like 0x00 or some other way? I am asking this because I would like to better understand how thing work in the low level.

Thank you, Krishna.

+1  A: 

You're best option is probably to load the SOS extension into VS. This will allow you to inspect the heap and the actual memory used by the instances.

Please take a look at my answer for this question as it has related info.

Brian Rasmussen