-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 WebAssembly custom debugger configuration #96239
Comments
Thanks @Bradtus. @javiercn ... I thought UPDATE: It was even more specific than I recalled ... the coverage was only for VSC debugging of hosted WASM (IIRC with Safia's help) ... In any case, I'm 👂 for whatever you want to cover and will try to address it soon, but note that I'm still ⛰️⛏️😩 on many 8.0 doc issues. I'll get to it as soon as I can. |
Tagging subscribers to this area: @thaystg Issue DetailsIs there an existing issue for this?
Describe the bugSince upgrading Visual Studio to 17.8 custom debug configurations for Blazor WASM can't debug anymore by default. The default Debug profile works fine though. It also works as expected for ASP.Net Core Web App Razor. Expected BehaviorDebugging should be enabled by default on debugging profiles. Steps To Reproduce
Exceptions (if any)When pressing shift+alt+d => Cannot start debugging, because the application was not compiled with debugging enabled. .NET Version.net7.0 and .net8.0 Anything else?cc: @guardrex dotnet/AspNetCore.Docs#31281
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIs there an existing issue for this?
Describe the bugSince upgrading Visual Studio to 17.8 custom debug configurations for Blazor WASM can't debug anymore by default. The default Debug profile works fine though. It also works as expected for ASP.Net Core Web App Razor. Expected BehaviorDebugging should be enabled by default on debugging profiles. Steps To Reproduce
Exceptions (if any)When pressing shift+alt+d => Cannot start debugging, because the application was not compiled with debugging enabled. .NET Version.net7.0 and .net8.0 Anything else?cc: @guardrex dotnet/AspNetCore.Docs#31281
|
Before .NET 8, Blazor for setting I'm not sure yet if the More notes .NET 7
.NET 8+
Solution
TODO
|
Is there an existing issue for this?
Describe the bug
Since upgrading Visual Studio to 17.8 custom debug configurations for Blazor WASM can't debug anymore by default. The default Debug profile works fine though. It also works as expected for ASP.Net Core Web App Razor.
Only for Blazor WASM in the output i get the message "DEBUGGING IS NOT ENABLED" and breakpoints are unbound.
When adding
<DebuggerSupport Condition="'$(Configuration)' == 'DebugCustom'">true</DebuggerSupport>
it works again.Expected Behavior
Debugging should be enabled by default on debugging profiles.
Steps To Reproduce
Exceptions (if any)
When pressing shift+alt+d => Cannot start debugging, because the application was not compiled with debugging enabled.
.NET Version
.net7.0 and .net8.0
Anything else?
cc: @guardrex dotnet/AspNetCore.Docs#31281
The text was updated successfully, but these errors were encountered: