question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugger should support authentication with symbol server and source link

See original GitHub issue

In 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:open
  • Created 6 years ago
  • Reactions:50
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
CRuppertcommented, Apr 29, 2021
2reactions
gregg-miskellycommented, Apr 29, 2021

@CRuppert That might be a good option. GCM Core is one of the things we use in Visual Studio.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found