Publish Debug Symbols
loligans opened this issue · 5 comments
I am unable to load the debug symbols for MessagePipe
using the default NuGet and Microsoft symbol server
* Searching for 'MessagePipe.pdb' on the configured symbol servers........
Loaded '/home/<omitted>/Workspace/Playground/MMPack/MMPack.Client/bin/Debug/net7.0/MessagePipe.dll'. Cannot find or open the PDB file.
* Searching for 'MessagePipe.Interprocess.pdb' on the configured symbol servers...
Loaded '/home/<omitted>/Workspace/Playground/MMPack/MMPack.Client/bin/Debug/net7.0/MessagePipe.Interprocess.dll'. Cannot find or open the PDB file.
Loaded '/home/<omitted>/Workspace/Playground/MMPack/MMPack.Client/bin/Debug/net7.0/MessagePack.dll'. Symbols loaded.
Loaded '/home/<omitted>/Workspace/Playground/MMPack/MMPack.Client/bin/Debug/net7.0/MessagePack.Annotations.dll'. Symbols loaded.
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.
I don't think pdb is usually included, at least not in NuGet.
Nope they aren't. However I think it would be good to set up Source Link so that the code can be stepped through. That way developers who don't understand why their integration with MessagePipe isn't working they can step through MessagePipe as well
I am interested in Source Link and will try it sometime soon.
https://github.com/dotnet/sourcelink
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.