I have been searching for an answer for 2 days now so really hope someone can help.
When I try to debug my project the application freezes, nothing happens in the browser it just keeps loading and there are no error messages.
I realized that debugging works if i disable javascript debugging. But when i enable it and set a breakpoint ANYWHERE (it does not matter where) the app freezes.
- My computer did an update to Windows 11 Pro in the beginning of the week.
- I have not made any code changes
- The application runs without errors when javascript debugging is disabled.
- I downloaded my project to another computer that runs on Visual studio 2019 (and an older windows version). Then I can debug with javascript and everything works perfectly.
Any ideas on how to fix this?