Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blazor debugger wont load source files if there is special character in path #22036

Closed
jakubmaguza opened this issue May 20, 2020 · 2 comments
Closed
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved

Comments

@jakubmaguza
Copy link

Describe the bug

As in title, if I have my source code let say in 'C:/Project C#/MyApp', debugger in both browser and visual studio refuse to load source code.
When I'm trying to debug in VS, the brakepoint is being hit, I can even see local variables for it, but instead of displaying file where actual brakepoint was set, VS is opening another tab with this info:
Unable to retrieve source content (Unable to retrieve source content)

Moving project to different directory solves this issue

To Reproduce

  1. Create project within C:\Project C#\
  2. Try to debug

Further technical details

  • ASP.NET Core version 3.1
@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label May 20, 2020
@captainsafia
Copy link
Member

@pranavkm Is this possibly related to #14501?

@mkArtakMSFT
Copy link
Member

Closing as a dupe.

@mkArtakMSFT mkArtakMSFT added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label May 21, 2020
@ghost ghost added the Status: Resolved label May 21, 2020
@mkArtakMSFT mkArtakMSFT added the feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly label May 21, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jun 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved
Projects
None yet
Development

No branches or pull requests

3 participants