I am getting this error whenever I try to debug my project from visual studio.
I tried adding these settings to launchSettings.json but still no difference.
"protocol": "legacy", "runtimeArgs": [ "--debug=5858" ], "restart": true, "port": 5858,
what I am I doing wrong here.Any suggestions to resolve this ?
I used to receive similar error. Every time I tried to debug the process was crashing, this was related to javascript debugging.
inside Debug -> Options you can disable it.
Just uncheck the highlighted one:
Make sure to disable JavaScript debugging.
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