I can put breakpoints in the code, but when i run the app none of the breakpoints are getting hit, and I already did some test print debugging to make sure the line where the breakpoint is is actually being run.
I cloned the .net Blazor Stater project for staticwebdev fromhttps://github.com/staticwebdev/blazor-starter
for this tutorialhttps://learn.microsoft.com/en-us/azure/static-web-apps/deploy-blazor
I upgraded the project from .net 6 to .net 8 using the upgrade wizard in visual studio, so i dont know if maybe something went wrong there. I am also using chrome for the browser, but have tried firefox and edge.