Closed Ana06 closed 5 months ago
Try invoking PDBReSym for a second time with the sysdir command line option set to the .net directory. This is a sub flag of the cachesysms command line option
PDBReSym.exe cachesyms --sysdir "C:\Windows\Microsoft.NET"
works, thanks @stevemk14ebr!
At the moment
PDBReSym.exe cachesyms
iterates throughC:\Windows\System32
downloading all PDBs toC:\symbols
.Proposing to in addition download
C:\Windows\Microsoft.NET
which is useful for .NET debugging (when dnspy doesn't work). Or is there a way to do this already?