Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote Debugging ASP.NET VSCode

I have an ASP.NET/IIS site setup using vagrant. Is there a way to remote debug from VSCode on my local machine? Having a difficult time find info on this I see remote debugging but it sounds like it's only for visual studio https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer?view=vs-2017

like image 694
user204588 Avatar asked Oct 24 '18 13:10

user204588


1 Answers

According to the documentation remote debugging is not part of VS Code:

VS Code does not support 'remote debugging' by itself. Remote debugging is a feature of the debug extension you are using and you should consult the extension's page in the Marketplace for support and details.

like image 195
Valentin Sky Avatar answered Sep 27 '22 22:09

Valentin Sky