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.
シンボル foo!bar_func を取得したとします。このシンボル関数のソース ファイルを取得するにはどうすればよいでしょうか?
シンボルが設定されていて、行番号情報が利用可能であると仮定すると、コマンドln(「最も近いシンボルのリスト」の略)が役立ちます。例えば:
ln
0:000> ln MyProgram!main c:\scratch\MyProgram\program.cpp(224) (000819d0) MyProgram!main | (00081e10) MyProgram!time Exact matches: 0:000>