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.
複雑なテンプレートタイプをwindbgにダンプするにはどうすればよいですか?
私はもう試した
dt -n "mod!TypeA<TypeB,TypeC,TypeD<int,bool> >" 0x12345678
と他のいくつかのコマンドが、これまでのところ運がありません。
また、再帰的dtはここでは機能しません
dt -r <depth>
探しているものを取得するには、アドレスを計算する必要があるためです。
どうも!
ただ行う:
dt -n myDLL! varName
または同等のものが何であれ、引用符は必要ありません"。
"