Debugger should support authentication with symbol server and source link
See original GitHub issueIn 1.15, the debugger added support for Source Link and Symbol Server. However, it currently doesn’t support either symbol servers or source link endpoints that require authentication.
This feature request tracks adding support for either or both of these. My guess is that we would want to do both at the same time, but I could be wrong.
Workaround
Manually clone the repo/source repository and add a sourceFileMap
entry to your launch.json.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:50
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Debug with symbols in Visual Studio - Azure Artifacts
To debug with symbols from the Azure Artifacts symbol server, we must authenticate to the server and add a new Azure DevOps Services...
Read more >Source Link with an Azure DevOps Symbol Server
Enable Source Link support so Visual Studio knows where it should look to download the source code while debugging. Set Up: Component's project....
Read more >Symbol server authentication failed - Visual Studio Feedback
I'd like it to be authenticated, but can't seem to get VS2017 to prompt for credentials or pass them on the URL configured...
Read more >Enable private repository source link (Authenticated Source ...
Visual Studio 15.7 added private source link support to their debugger for GitHub and VSTS (https://goo.gl/iNAvgW). My new team has Rider licenses and...
Read more >Configure Visual Studio 2019 to use SourceLink
Go to Tools > Options > Debugging > Symbols and check if the 'NuGet.org Symbol Server' option is checked. · Disable 'Just My...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gregg-miskelly isn’t that what the https://github.com/microsoft/Git-Credential-Manager-Core is supposed to be for?
@CRuppert That might be a good option. GCM Core is one of the things we use in Visual Studio.