I have a problem with my IDE. Simply in asp.net web application project when I try to start debugging with Chrome, the problem shows up.
The problem doesn't occur selecting Edge browser for debugging by the way.
https://i.stack.imgur.com/prHhc.png
Also I have no problem when I unclick "Enable javascript debugging for ASP.NET (Chrome and IE)".
In the Visual Studio toolbar, make sure the configuration is set to Debug. To start debugging, select the profile name in the toolbar, such as <project profile name>, IIS Express, or <IIS profile name> in the toolbar, select Start Debugging from the Debug menu, or press F5. The debugger pauses at the breakpoints.
Open your project properties and make sure that the project is configured to connect to the correct Web server and launch URL. (Open Properties > Web > Servers or Properties > Debug depending on your project type.) If that does not work or you are debugging remotely, follow steps in Check your IIS Configuration.
Go to Tools->Options->Debugging->General and see if the option "Use Managed compatibility mode" is selected. If it is, uncheck it and try again.
For me, the solution (workaround) is to turn off JavaScript debugging on Chrome, which I believe is a new feature introduced in VS 2017
.
Go to: Tools > Options > Debugging > General and turn off the setting for:
Enable JavaScript Debugging for ASP.NET (Chrome and IE)
The problem solved by following setting VS-2017 -> Tools -> Options -> Debugging -> General: Uncheck/Disable the "Enable JavaScript Debugging for ASP.NET (Chrome and IE)" option
I tried the other options provided above such as Restart VS-2017, closing browser opened earlier but that didn't solved this problem. I have installed VS-2017 Community Edition one week back only.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With