I have installed vscode on Ubuntu 16.04 AWS instance and running VSCode in the browser. Dotnet run is working fine and I am able to view the application output in the browser. I installed Omnisharp extension for debugging. But when I start debugging, it do open debug and show call stack,Watch etc.. but does not stop at the breakpoints. And it shows the below message whenever I start debugging:
"You may only use the Microsoft .NET Core Debugger (vsdbg) with
Visual Studio Code, Visual Studio or Visual Studio for Mac software
to help you develop and test your applications."
Please suggest what to do.
