开发者

View address location of a variable in Visual Studio

Is the开发者_JAVA百科re any option in the Visual Studio watch window to show variable address locations like 0x00? I am asking this because I would like to better understand how thing work in the lower level.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜