Debug symbols
Debug symbols for Gw2Sharp are uploaded separately to the NuGet symbol server. In order to enable symbols while debugging, you need to add the symbol server to the Visual Studio settings (only supported in version 2017 15.9 or later):
- Go to Tools > Options > Debugging > Symbols (or Debug > Options > Symbols)
- Under Symbol file (.pdb) locations, add a new symbol server location by selecting the + symbol in the toolbar; use the following URL
https://symbols.nuget.org/download/symbols
For more information, please visit Microsoft's blog post.