How to connect the debugger to a blazor project that hasn't launched a browser? #28165
Unanswered
ivan-prodanov
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Consider a standard blazor project with the property "launchBrowser" set to false in the launchSettings file. Usually when this property is true, the debugger will launch a browser and connect to the devServer project, which in turn connects it to the BrowserDebugProxy. I have looked at every bit of detail in the code and understand the debugging process in Blazor. However, there is one thing I do not understand.
If "launchBrowser" is set to false, how can we connect the BrowserDebugProxy to VS debugger? Is there an unofficial way to accomplish this? Where can I read more about the part that's inside VS?
Beta Was this translation helpful? Give feedback.
All reactions