21

私がウォッチ ウィンドウで使い慣れている特定の機能の 1 つは、変数のメモリ アドレスです。IIRC Visual Studio は C++ に対してこれを行います (QtCreator/Eclipse が行うことは知っています)。C# プログラムの Visual Studio でこれを行う簡単な方法はありますか?

どんな助けでも大歓迎です。ありがとうございました、

ジェック

4

1 に答える 1

31

Put a debug point, Start your application, when that debug point is hit, Go to Debug -> Windows -> Memory enter image description here

There in Address textbox type, the name of variable, and you will be able to see the address.

Short-cut key in Visual Studio 2012 appears as CTRL+ALT+M, 1

于 2013-09-17T17:50:09.550 に答える