-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
Description
Cannot debug the debuggerProxy because it's using the same port (9300) as my sample Blazor application.
Reproduction Steps
Start debugging the debuggerProxy in VS by attaching a Blazor sample app to the debuggerProxy process:
- Copy files from
artefacts/bin/BrowserDebugHost/Debug
of our main branch intoServer/bin/Debug/net6.0/BlazorDebugProxy
of a fresh dotnet 6 Blazor app. - Open Blazor project in VS and start debugging.
- Open DebuggerProxy project in VS and start debugging.
Expected behavior
It should find any other port and start, so that we could attach Blazor project to it and debug.
Actual behavior
because Blazor is running already on 9300
.
Regression?
Yes, by c26475c.
Known Workarounds
Changing DevToolsProxyPort value manually.
Configuration
No response
Other information
No response