Skip to content

Commit 7770649

Browse files
committed
Add notes on how to debug for daily builds
1 parent 1cd5440 commit 7770649

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/DailyBuilds.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ If you want to download the latest daily build and use it in a project, then you
2727

2828
Some features, such as new target frameworks, may require prerelease tooling builds for Visual Studio.
2929
These are available in the [Visual Studio Preview](https://www.visualstudio.com/vs/preview/).
30+
31+
#### To debug daily builds using Visual Studio
32+
33+
* *Enable Source Link support* in Visual Studio should be enabled.
34+
* *Enable source server support* in Visual should be enabled.
35+
* *Enable Just My Code* should be disabled
36+
* Add https://dotnet.myget.org/F/aspnetcore-dev/symbols to the list of symbol servers in the Visual Studio Debugging options

0 commit comments

Comments
 (0)