I have a blazor webassembly app that is working fine and it is split in webassembly talking to a web api version all .Net Code I use VS community Edition 2019 and suddenly after many modifications to my code I noticed that I am not able to debug and see any variable content(unable to Evaluate) at any break points anywhere in my web assembly app. I tried with an old version of my code which I know it was working then and same issue, so it is not the code. I tried upgrading VS to 16.11.75.64347 ( from 16.6 something) without success and even uninstall & reinstall VS with no success. The only new thing on my station was a windows update this week.
Is someone had something similar happening this week? ps: What is weird is that I do not not have this problem in my web API solution portion just the webassembly solution.