From 2b4051d70d4537c8f7aeb3cbd2ba1badf0212fa9 Mon Sep 17 00:00:00 2001 From: Ward Boumans <9028898+wardboumans@users.noreply.github.com> Date: Fri, 11 Oct 2019 10:37:33 +0200 Subject: [PATCH] Update Symbols.markdown Small typo --- Docs.Site/Docs/Reference/Symbols.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs.Site/Docs/Reference/Symbols.markdown b/Docs.Site/Docs/Reference/Symbols.markdown index 6426fc5e..2b17205a 100644 --- a/Docs.Site/Docs/Reference/Symbols.markdown +++ b/Docs.Site/Docs/Reference/Symbols.markdown @@ -32,7 +32,7 @@ To debug a NuGet package for which symbols are available, we will need the symbo Tip: MyGet provides two symbol server URLs: one that requires authentication and one that contains an authentication token in the URL. The first will prompt for credentials when used (Visual Studio 2015 and beyond). The latter one will not, as it contains an authentication token. It is recommended to keep the symbols URL to yourself at all time: it's a personal URL in which security information is embedded in the form of a guid. If for some reason this gets compromised, please reset your API key.

-Visual Studio typically will only debug our own source code, the source code of the project or projects that are currently opened in Visual Studio. To disable this behavior and to instruct Visual Studio to also try to debug code other than the projects that are currently opened, use the ***Tools | Options*** menu and find the *Debugging* node. COnfigure the following options: +Visual Studio typically will only debug our own source code, the source code of the project or projects that are currently opened in Visual Studio. To disable this behavior and to instruct Visual Studio to also try to debug code other than the projects that are currently opened, use the ***Tools | Options*** menu and find the *Debugging* node. Configure the following options: * *Enable Just My Code* should be disabled. * *Enable source server support* should be enabled. This may trigger a warning message but it is safe to just click *Yes* and continue with the settings specified.