私がウォッチ ウィンドウで使い慣れている特定の機能の 1 つは、変数のメモリ アドレスです。IIRC Visual Studio は C++ に対してこれを行います (QtCreator/Eclipse が行うことは知っています)。C# プログラムの Visual Studio でこれを行う簡単な方法はありますか?
どんな助けでも大歓迎です。ありがとうございました、
ジェック
私がウォッチ ウィンドウで使い慣れている特定の機能の 1 つは、変数のメモリ アドレスです。IIRC Visual Studio は C++ に対してこれを行います (QtCreator/Eclipse が行うことは知っています)。C# プログラムの Visual Studio でこれを行う簡単な方法はありますか?
どんな助けでも大歓迎です。ありがとうございました、
ジェック
Put a debug point, Start your application, when that debug point is hit, Go to Debug -> Windows -> Memory
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