Skip to content

Commit 7095cda

Browse files
authored
Merge pull request #4939 from RomainHautefeuille/patch-1
Add searchNuGetOrgSymbolServer documentation
2 parents efc6a1f + bccc8e0 commit 7095cda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debugger-launchjson.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ The `symbolOptions` element allows customization of how the debugger searches fo
259259
"https://my-companies-symbols-server"
260260
],
261261
"searchMicrosoftSymbolServer": true,
262+
"searchNuGetOrgSymbolServer": true,
262263
"cachePath": "/symcache",
263264
"moduleFilter": {
264265
"mode": "loadAllButExcluded",
@@ -273,6 +274,8 @@ The `symbolOptions` element allows customization of how the debugger searches fo
273274

274275
**searchMicrosoftSymbolServer**: If `true` the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to `false`.
275276

277+
**searchNuGetOrgSymbolServer**: If `true` the Nuget.org Symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to `false`.
278+
276279
**cachePath**": Directory where symbols downloaded from symbol servers should be cached. If unspecified, on Windows the debugger will default to %TEMP%\\SymbolCache, and on Linux and macOS the debugger will default to ~/.dotnet/symbolcache.
277280

278281
**moduleFilter.mode**: This value is either `"loadAllButExcluded"` or `"loadOnlyIncluded"`. In `"loadAllButExcluded"` mode, the debugger loads symbols for all modules unless the module is in the 'excludedModules' array. In `"loadOnlyIncluded"` mode, the debugger will not attempt to load symbols for ANY module unless it is in the 'includedModules' array, or it is included through the 'includeSymbolsNextToModules' setting.

0 commit comments

Comments
 (0)