You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Given just the GUID for a module, dotnet-symbol can retrieve the binary and symbol files from the server.
The use-case is when I only have a crash dump and need to get the associated files for working in the debugger.
Microsoft debuggers, on Windows, have integrated symbol fetch that can get the pdb hash directly from the dump, but this is not available with other debuggers like Xcode.
The text was updated successfully, but these errors were encountered:
Given just the GUID for a module, dotnet-symbol can retrieve the binary and symbol files from the server.
The use-case is when I only have a crash dump and need to get the associated files for working in the debugger.
Microsoft debuggers, on Windows, have integrated symbol fetch that can get the pdb hash directly from the dump, but this is not available with other debuggers like Xcode.
The text was updated successfully, but these errors were encountered: