From 777064908c7312eec1ce7b3a97208a6d79c1d77f Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 15 Apr 2019 14:25:41 -0700 Subject: [PATCH] Add notes on how to debug for daily builds --- docs/DailyBuilds.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/DailyBuilds.md b/docs/DailyBuilds.md index 38d38499fc..08ff052f20 100644 --- a/docs/DailyBuilds.md +++ b/docs/DailyBuilds.md @@ -27,3 +27,10 @@ If you want to download the latest daily build and use it in a project, then you Some features, such as new target frameworks, may require prerelease tooling builds for Visual Studio. These are available in the [Visual Studio Preview](https://www.visualstudio.com/vs/preview/). + +#### To debug daily builds using Visual Studio + +* *Enable Source Link support* in Visual Studio should be enabled. +* *Enable source server support* in Visual should be enabled. +* *Enable Just My Code* should be disabled +* Add https://dotnet.myget.org/F/aspnetcore-dev/symbols to the list of symbol servers in the Visual Studio Debugging options