-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Blazor Webassembly can not debug with Visual Code #21166
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
Comments
Thanks for contacting us. |
Instructions for debugging in the browser are here: https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1#debug-in-the-browser |
@mkArtakMSFT: |
@NTaylorMullen what can we collect to be able to investigate this issue? |
@hieuluong1989 Could you set the setting |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. See our Issue Management Policies for more information. |
@NTaylorMullen: This is the logs of ms-vscode.js-debug-nightly |
the same issue, can't load symbols. |
@captainsafia reassigning this to you as you've taken this over. |
Correct. This issue occurs because you haven't trusted your local development certificates yet. These docs have more information on how to resolve this problem.
Can you share your |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. See our Issue Management Policies for more information. |
I tried to set up debugging of Blazor Webassembly following this document.
https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1#visual-studio-code
Describe the bug
When I press Debug (Blazor StandAlone), it does not handle my break point. My breakpoint was not red, it was circle with grey color.
To Reproduce
Further technical details
The text was updated successfully, but these errors were encountered: