Visual Studio 2019 offers remote debug support for MSBuild and CMake projects targeting Windows and Linux. Thanks to remote debugging, the following scenarios and more are now possible:

  • Debugging on your production machines with no development tools installed other than the remote debugger tools.
  • Targeting developer environments that you do not use daily (i.e., less common operating systems or software configurations).
  • Targeting environments where Visual Studio is unavailable (i.e., ARM64 machines, or unsupported operating system versions).

#c++ #visual studio #c# #c

Remote Debug Support in Visual Studio 2019
1.30 GEEK