-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
Debug ASP.NET Core Blazor WebAssembly not working for blazorboilerplate #264
Comments
You need Visual Studio 16.6 preview Ref.:https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-preview-3-release-now-available/ |
At the moment I am not using the preview release of VS. |
I am trying to update my Blazor WebAssembly to 3.2.0 preview 2 and get error
Could you help me, please? |
@andrusyshynnikita Full disclosure I am still having issues with debugging. Someone mentioned use the latest Edge browser. Didn't work for me but might for you. I will post when I can get it working for me. Check out Dan Roth's response: |
Sometimes works, see dotnet/aspnetcore#20427 After upgrade to Visual Studio 16.6 I have to comment inspecturi for Debug_SSB. |
I am watching Daniel Roth (the Blazor creator) in https://www.youtube.com/watch?v=XoizucRjxgU debugging C# directly in Chrome. |
I was able to debug with MS Blazor WebAssembly default template. I am not sure but maybe we cannot debug because our pages are in the CommonUI folder? -Update: I removed the CommonUI and tried and it still would not debug.. I think I might try a very fresh copy of the Template and start adding BB code to see where it breaks.. |
Debugging doesnt work when DLLs are loaded through |
I would like to debug the WebAssembly using Visual Studio(https://docs.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.1), but debugging not working.
I need suggestions.
The text was updated successfully, but these errors were encountered: