I've lost a lot of days on this and am hoping for some direction even if it is a different site to post on.
I am working on a Blazor Web Assembly application using VS 2022. About a week ago my debugger began no longer stopping on breakpoints in the client application. It does stop on the server app.
At the same time this problem started, I noticed that when I started a debug session it started opening a new tab rather than a new window in Edge; not sure if this is related.
A few points:
- The behavior is consistent between MS Edge and Chrome.
- If I create a new app, the new app stops on breakpoints.
- I am on VS 2022. Tried it on VS2019 on the same laptop with the same results.
Been searching and finding little things to try here and there, but nothing has made a difference.
I can't think of any changes I have made to the environment, etc.
Hoping for some kind of guidance.