Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

dotnet-symbol fetch modules and symbols using DWARF module GUID #133

Open
gforsman opened this issue Oct 22, 2019 · 1 comment
Open

dotnet-symbol fetch modules and symbols using DWARF module GUID #133

gforsman opened this issue Oct 22, 2019 · 1 comment
Assignees
Milestone

Comments

@gforsman
Copy link

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.

@mikem8361 mikem8361 self-assigned this Oct 23, 2019
@mikem8361
Copy link
Member

dotnet-symbol works with Linux and MacOS core dumps. Will that work for your use case?

@mikem8361 mikem8361 added this to the Future milestone Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants