Debugging remote process running on Ubuntu VM via Visual Studio

31 Views Asked by At

I have a c++ aplication, it'a VS project. I'm able to compile/run it on Windows system, same case for Ubuntu. Is it possibile to attach to remote process on Ubuntu VM and debug it via Visual Studio ? Thanks

I tried using the MS guide, but it requires solutions to be cross-platform MakeFile Projekt (GBD) template.

0

There are 0 best solutions below