GordianDotNet / VSMonoDebugger

Enables Visual Studio 2017 to deploy and debug a mono application on remote linux machines via SSH.
MIT License
49 stars 25 forks source link

WSL support #21

Open PhonicUK opened 4 years ago

PhonicUK commented 4 years ago

It would be handy if it was possible to invoke mono via WSL without having to configure sshd inside WSL.

WSL can be invoked as normal command line application and its standard IO works in the way you'd expect:

wsl mono --debugger-agent=......$(TARGET_EXE_FILENAME) $(START_ARGUMENTS) &

You could then either have it deploy to a new directory, or simply run against the normal output directory for the target executable.