I'm trying to debug a Blazor web assembly app with breakpoints.
If I add a breakpoint within Visual Studio I get this message on my breakpoint.
The breakpoint will not currently be hit no symbols where loaded for this document.
I updated visual studio.
I made sure the inspectUri was added to both the client and server setting.json.
I unchecked enable diagnostic tool while debugging in settings.
I tried to run as administrator. I also tried the answer here: How do I remedy "The breakpoint will not currently be hit. No symbols have been loaded for this document." warning?
Any help will be appreciated
Regards,