I am trying to debug my Visual Studio C# Blazor project however whenever I try and set a break point I get the error "The breakpoint will not currently be hit. Unbound breakpoint." or "No symbols have been loaded." I had been able to debug until the latest visual release. I have tried the following:
- Debug and not Release mode.
- Cleaning and building the solution.
- Checking and Unchecking "Enable Just My Code"
- Double checking my launchSettings.json
If anyone can give me any advice on how to solve this it would be greatly appreciated.