Im'trying to debug a Blazor WebAssembly app using VisualStudio 2022. Everytime I launch the app with a breakpoint activated, it shows like this:
I have checked that the inspectUri attribute is setted in launchSettings.json. There is no error in the output window of VS.
Any idea what may be happening?
Thank you.