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 ?




