Attaching webassembly debugger causes a second copy of the app to start #27518
Labels
affected-most
This issue impacts most of the customers
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-blazor-debugging
This issue is related to debugging of Blazor WebAssembly apps
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
severity-minor
This label is used by an internal tool
Milestone
Scenario:
Repro steps:
cd Client
dotnet run
Also, when you're done with debugging, if you stop it with Shift+F5 and then right after try to restart debugging with F5 again, you'll get this:
... and in the terminal you'll see:
... and from this state, the only way to get the debugger to work again is to force-quit the app in your terminal via ctrl+c, which exits both the unwanted extra copy of the app and the original copy that you didn't want to close.
The text was updated successfully, but these errors were encountered: