Skip to content
New issue

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

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

Already on GitHub? # to your account

Cannot hit breakpoint when Blazor wasm project path contains special characters #76777

Closed
1 task done
laiwang233 opened this issue Oct 8, 2022 · 4 comments · Fixed by #78171
Closed
1 task done

Cannot hit breakpoint when Blazor wasm project path contains special characters #76777

laiwang233 opened this issue Oct 8, 2022 · 4 comments · Fixed by #78171
Assignees
Labels
arch-wasm WebAssembly architecture area-Debugger-mono
Milestone

Comments

@laiwang233
Copy link

laiwang233 commented Oct 8, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

This problem occurs when the created project path contains the # character

Expected Behavior

Hit breakpoint

Steps To Reproduce

Create a Blazor WASM project with the # character in the project path

Exceptions (if any)

No response

.NET Version

6.0.400

Anything else?

image
image

@javiercn javiercn transferred this issue from dotnet/aspnetcore Oct 8, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 8, 2022
@ghost
Copy link

ghost commented Oct 8, 2022

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

Issue Details

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

This problem occurs when the created project path contains the # character

Expected Behavior

Hit breakpoint

Steps To Reproduce

Create a Blazor WASM project with the # character in the project path

Exceptions (if any)

No response

.NET Version

6.0.400

Anything else?

image
image

Author: fzh233
Assignees: -
Labels:

area-Debugger-mono

Milestone: -

@thaystg thaystg self-assigned this Oct 8, 2022
@thaystg thaystg removed the untriaged New issue has not been triaged by the area owner label Oct 8, 2022
@thaystg
Copy link
Member

thaystg commented Oct 10, 2022

@lewing this is fixed on .net7, do we want to backport?

@radical radical added the arch-wasm WebAssembly architecture label Oct 10, 2022
@ghost
Copy link

ghost commented Oct 10, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

This problem occurs when the created project path contains the # character

Expected Behavior

Hit breakpoint

Steps To Reproduce

Create a Blazor WASM project with the # character in the project path

Exceptions (if any)

No response

.NET Version

6.0.400

Anything else?

image
image

Author: fzh233
Assignees: thaystg
Labels:

arch-wasm, area-Debugger-mono

Milestone: -

@ChristianLindkvist
Copy link

ChristianLindkvist commented Nov 10, 2022

I just upgraded my WASM-project to .net 7 and now I cannot hit breakpoints if there are special characters in the path. Doesnt seem fixed, it worked in .net 6. See attached image, if I set a breakpoint I get a blank page and I can see weird characters when I hover the path.

image

Note: we use swedish characters throughout the codebase.
I got this error and if I renamed the file so that it didnt contain any "special" characters - then it worked fine.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Nov 10, 2022
@marek-safar marek-safar added this to the 7.0.x milestone Nov 11, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Nov 11, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
arch-wasm WebAssembly architecture area-Debugger-mono
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants