Move debug proxy to external process #19702
Labels
area-blazor
Includes: Blazor, Razor Components
Done
This issue has been fixed
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
Milestone
This is needed so that parts of the JS debugger inside VS can work. Currently, the debug proxy runs in-proc within the server being debugged, so if the .NET debugger pauses the server (as it does when "pause all processes" is enabled, which it is by default), this prevents the client debugger from working.
The text was updated successfully, but these errors were encountered: