vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Debugger should support authentication with symbol server and source link

Open gregg-miskelly opened this issue 6 years ago • 21 comments

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.

gregg-miskelly avatar Feb 26 '18 21:02 gregg-miskelly