Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio で、ソリューションのメモリ イメージを生成する方法はありますか? 画像がポインター、値などを追跡することを除いて、コード マップの表示に似ています。
デバッガー マップを試すことができます。これは、スタック トレースもマップする CodeMap です。デバッグ中にブレークポイントに到達したら、次の場所に移動します。
[デバッグ] > [コード マップにコール スタックを表示]
これ以外に、実行時にプログラムのビジュアル マップを作成できる "in the box" ツールはありません。