In the last couple of days I completed a minor upgrade of Visual Studio 2019 from version 17.0.xx to 17.1.1.
After completing this, breakpoints in the client project within my Blazor WebAssembly solution are not working. Hovering over the breakpoint displays:
The breakpoint will not currently be hit. Unbound breakpoint
This only seems to be affecting the client project. I can effectively set breakpoints in the server project under the same solution.
I have been searching this and have completed the following steps:
- Rebooted
- Clean and Rebuild solution
- Delete folder obj, bin, and vs; clean and rebuild solution
- Copied my launch settings from a prior version, clean and rebuild solution
None of these have had any impact.
How can I solve this?