Lately, I've noticed that when debugging my ASP.NET sites, visual studio and the site itself hangs untill I open developer tools (F12), after which it continues like normally. This does not happen in Microsoft Edge.
I think this may have to do with an update of Google Chrome to 60.0.3112.90, as it has happened on two unrelated computers, with two unrelated ASP.NET MVC projects. On both of these computers I use Visual Studio 2017.
Regular building/publishing works normally, and running my project without debugging (Ctrl+F5) also works normally. After rebuilding and running without debugging (as mentioned here) it also debugs normally.
Is this a known bug and is there any way to solve this?