dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.18k stars 4.72k forks source link

[wasm][debugger] Windows drive letter is both uppercase and lowercase in chrome debugger #53036

Closed pavelsavara closed 2 years ago

pavelsavara commented 3 years ago

image

ghost commented 3 years ago

Tagging subscribers to this area: @thaystg See info in area-owners.md if you want to be subscribed.

Issue Details
![image](https://user-images.githubusercontent.com/271576/119028143-6af43b80-b9a7-11eb-9fc6-e977ea54e2f1.png) - .NET 6 preview 5, Windows - `dotnet workload install microsoft-net-sdk-blazorwebassembly-aot` - `dotnet new blazorwasm` - `dotnet run` - in browser 'clrl+alt+D'
Author: pavelsavara
Assignees: thaystg
Labels: `arch-wasm`, `area-Debugger-mono`
Milestone: -
lewing commented 3 years ago

I think we're getting these paths directly from the pdb data, I wonder why they are different there. We can probably normalize this particular case in the proxy though.

ilonatommy commented 2 years ago

Could not reproduce on main: image

In .NET 6, preview 7 the bug persists but it seems to have been fixed by now.