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
The doc says source link should work automatically for code built in GitHub public repos with symbol nuget packages published. I'll try to verify that.
I confirmed source debugging is working now. In Visual Studio, it requires the following options:
Debugging -> Symbols -> Enable NuGet.org Symbol Server (check)
Debugging -> General -> Enable Just My Code (uncheck)
Debugging -> General -> Enable Source Link Support (check)
With those settings, symbols are downloaded from NuGet.org and cached at %TEMP%\SymbolCache, and source code is downloaded from GitHub and cached at %LOCALAPPDATA%\SourceServer, and the VS debugger can step into the code or show the code where an exception is thrown.
Set up Source Link to enable source debugging of published NuGet packages.
The text was updated successfully, but these errors were encountered: