A debugger operation is taking a longer time to complete in Visual Studio 2017


Today i had upgraded my Visual Studio 2017 to 15.8.7 latest version. I was creating some demo application using the latest version of visual studio. While compiling the application I was getting this message

“A debugger operation is taking a longer time to complete.Click cancel to stop waiting”

I found the work around solution to fix this issue like this

Go to Tools>>options of visual studio 2017 and unchecked the debugger option like this

Note: But if you will do unchecked this option then you cant do debugging process on JavaScript similar to C# language on chrome. This is the new feature added in Visual studio 2017.