Closed leculver closed 2 years ago
Ideally DataTarget functions should have a overload with SymbolPath parameter.
DataTarget.AttachToProcess DataTarget.CreateFromDbgEng DataTarget.CreateSnapshotAndAttach DataTarget.LoadDump
BTW GettingStarted.md still mentions DataTarget.SymbolLocator
(no longer present in ClrMd v.2)
The symbol locator implementation was intentionally marked internal, but there still should be a way to set the symbol path other than setting _NT_SYMBOL_PATH. I also need to go do symbol resolution on Linux as well, so I will likely roll that change into this too.