visual studio 2017 debug unable to start program Invalid pointer

I have also encountered this issue on visual studio 2017 like below:

enter image description here

I have followed below step:

Go to Tools > Options > Debugging > General > Unchecked Enable JavaScript Debugging for ASP.NET (Chrome, Edge and IE).

enter image description here

Once I get rid of check box on Enable JavaScript Debugging for ASP.NET (Chrome, Edge and IE)

Then It works for me and Invalid Pointer error gone!


Go to Tools > Options > Debugging > General and turn off the setting for Enable JavaScript Debugging for ASP.NET (Chrome and IE).