-
Notifications
You must be signed in to change notification settings - Fork 17
Troubleshooting
Martijn Vermaat edited this page Jun 4, 2020
·
3 revisions
When you get error messages you sometimes want to debug inside this framework. The NuGet package also has a symbol package.
To make this work, you need to enable the NuGet Symbol Server. In visual studio go to Tools -> Options -> Debugging -> Symbols (This is the way in VS2019). Enable to checkbox for the Nuget.org symbol server and press OK.
Next you need to make sure SourceLink is enabled and disable 'Just my code'. In visual studio go to Tools -> Options -> Debugging -> General. First uncheck 'Enable Just My Code' and check 'Enable Source Link support'.
Now just start debugging. When you try to step-in, it will prompt to download code. Accept it.