• Guides
  • API Documentation
  • Changelog
Show / Hide Table of Contents
  • Basic Guides
    • Introduction
    • Supported endpoints
    • Exception handling
  • Advanced Guides
    • Caching
    • Response info
    • Last-Modified
    • Middleware
    • Proxying the API
    • Subtokens
    • Debug symbols
  • Tips
    • Using RenderUrl

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):

  1. Go to Tools > Options > Debugging > Symbols (or Debug > Options > Symbols)
  2. 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.

  • Improve this Doc
In This Article
Back to top Generated by DocFX