superpower icon indicating copy to clipboard operation
superpower copied to clipboard

Improve debugging experience

Open matherm-aboehm opened this issue 5 months ago • 1 comments

While it is an improvement to have NuGet packages with debug symbols in the release assets available for download, it would be even better to actually upload them to the official NuGet Symbol Servers by your build automation. So Visual Studio would pick them up automatically if debug configuration includes NuGet Symbol Servers.

It would be also nice to have Source Link data included in debug symbols, so you don't need to clone the whole repo beforehand for debugging, instead the debugger would download all source files on demand from GitHub. You could just implement the same like in sprache/Sprache#174 (PR: sprache/Sprache#177).

matherm-aboehm avatar Jun 12 '25 08:06 matherm-aboehm

Thanks for the note, @matherm-aboehm - we've updated builds of most of our libraries to do this, it seems we haven't made a new release here for a while so I'll add this one to the list 👍

nblumhardt avatar Jun 12 '25 21:06 nblumhardt