How to debug

September 27, 2018 ยท View on GitHub

The projects are built with Source Link enabled and are configured to include PDB files within the NuGet packages themselves. This allows source code files to be downloaded from our GitHub repo directly during debugging process.

Enable debugging in Visual Studio

To enable debugging in Visual Studio, you need to:

Debugging Options

  1. Uncheck "Enable Just My Code".
  2. Check "Enable Source Link support.

When debugging into the code, Visual Studio will ask to download source code from GitHub.

Download Source

Click "Download Source and Continue Debugging" to continue.