microsoft / microsoft/vscode-dotnettools
Private HTTP symbol server does not seem to be recognized
@WardenGnaw is already working on this.
Since Nov 30, 2023.
- Dominant language
- No language data
- Stars
- 321
- Forks
- 54
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 2
Description
Type: Bug
Setup an HTTP symbol server
There we can find our company symbols.
However, VS Code does not seem to recognize it, here are the DEBUG Console messages:
* Searching for 'xyz.Framework.AspNetCore.pdb' on the configured symbol servers.
Loaded '/home/mark/aida/aida-api/src/AidaApi/bin/Debug/net6.0/xyz.Framework.AspNetCore.dll'. Cannot find or open the PDB file.
* Searching for 'xyz.Framework.Core.pdb' on the configured symbol servers.
Loaded '/home/mark/aida/aida-api/src/AidaApi/bin/Debug/net6.0/xyz.Framework.Core.dll'. Cannot find or open the PDB file.
* Searching for 'xyz.Framework.Logging.pdb' on the configured symbol servers.
Loaded '/home/mark/aida/aida-api/src/AidaApi/bin/Debug/net6.0/xyz.Framework.Logging.dll'. Cannot find or open the PDB file.
* Searching for 'xyz.Framework.Diagnostics.OpenTelemetry.pdb' on the configured symbol servers.
Loaded '/home/mark/aida/aida-api/src/AidaApi/bin/Debug/net6.0/xyz.Framework.Diagnostics.OpenTelemetry.dll'. Cannot find or open the PDB file.
My debug configuration is:
{
"csharp.debug.justMyCode": false,
"csharp.debug.symbolOptions.searchMicrosoftSymbolServer": true,
"csharp.debug.symbolOptions.searchNuGetOrgSymbolServer": true,
"csharp.debug.symbolOptions.searchPaths": [
"http://symstore.xyz.com/symbols"
]
}
Extension version: 1.0.14
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.22000
Modes:
Remote OS version: Linux x64 5.15.133.1-microsoft-standard-WSL2
Remote OS version: Linux x64 5.15.133.1-microsoft-standard-WSL2
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 x 2592) |
| GPU Status | 2d_canvas: enabled canvas_oop_rasterization: enabled_on direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok video_decode: enabled video_encode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled webgpu: enabled |
| Load (avg) | undefined |
| Memory (System) | 31.76GB (14.50GB free) |
| Process Argv | --folder-uri=vscode-remote://wsl+Ubuntu-20.04/home/mark/aida/learning/semantic-kernel --remote=wsl+Ubuntu-20.04 --crash-reporter-id d7143f0e-0d93-4e58-9ab2-8ee6c205c051 |
| Screen Reader | no |
| VM | 0% |
| Item | Value |
|---|---|
| Remote | WSL: Ubuntu-20.04 |
| OS | Linux x64 5.15.133.1-microsoft-standard-WSL2 |
| CPUs | Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 x 2592) |
| Memory (System) | 15.50GB (8.84GB free) |
| VM | 0% |
| Item | Value |
|---|---|
| Remote | WSL: Ubuntu-20.04 |
| OS | Linux x64 5.15.133.1-microsoft-standard-WSL2 |
| CPUs | Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12 x 2592) |
| Memory (System) | 15.50GB (8.84GB free) |
| VM | 0% |
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
vserr242cf:30382550
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30445986
vscod805cf:30301675
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
pythonvs932:30410667
py29gd2263:30899288
vsclangdf:30486550
c4g48928:30535728
dsvsc012:30540252
pynewext54:30695312
azure-dev_surveyone:30548225
282f8724:30602487
f6dab269:30613381
a9j8j154:30646983
showlangstatbar:30737416
pythonfmttext:30731395
fixshowwlkth:30771522
showindicator:30805244
pythongtdpath:30769146
i26e3531:30792625
pythonnosmt12:30797651
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
dsvsc013:30795093
dsvsc014:30804076
dsvsc015:30845448
pythontestfixt:30902429
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
pythontbext0:30879054
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
aa_t_chat:30882232
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.