The VISUALGDB Linux-enabled principle is that SSH connects to Linux on a Linux system by issuing commands via SSH. (similar to Visualgdb's WINDGB, these 2 are commercial software.) )
Visual GDB integrates the GDB debugging tools into the Visual Studio development environment, and during debugging, you can use shortcuts such as Visual Studio's original step execution, set assertion, and visual gdb The window of the session input GDB debugging commands, integrated with the VISUALGDB can also be in the process of program execution with the mouse hover to view and modify the value of the variable, so that without changing the debugging habits can also use GDB powerful debugging function, very good.
Http://visualgdb.com/documentation/linux
Official Linux tools:
Visual C + + for Linux development
https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/
https://visualstudiogallery.msdn.microsoft.com/725025cf-7067-45c2-8d01-1e0fd359ae6e
Target Confidential installation Gdb+gdbserver
Visualgdb Tutorial: http://visualgdb.com/tutorials/linux/I create a new project to use:, from the above can be seen is the windows above the file through the SCP copy to the remote host. As the same source code would be edited under Windows and then compiled under Linux, VISUALGDB would need to keep the source s synchronized. The easiest-to-use automatic file uploading via SSH. Alternatively, VISUALGDB can setup shared folders (that would require root password). How did he implement the prompt, you can see is by downloading Linux under the header file to achieve. Will cache the. h file under Linux on Windows. Press Finish to complete the wizard. If you is setting up your first project using this Linux machine, VISUALGDB would make local caches of the include Directo Ries to make them available through Intellisens. Http://www.cnblogs.com/hbccdf/p/use_vs_and_visualgdb_develope_linux_app.html
Visual Studio developing Linux Programs