VisualGDB - Serious cross-platform support for Visual Studio VisualGDB is Visual Studio extension that adds C C++ support for Embedded, Linux, and Android platforms It supports building, debugging and provides a powerful IntelliSense engine
Using Visual Studio to develop Linux apps – VisualGDB Tutorials VisualGDB supports 4 different build subsystems when creating Linux projects For users familiar with classic Visual Studio projects we recommend using MSBuild that will provide the most native look-and-feel
Linux Project Overview – VisualGDB Documentation This document explains how building and debugging Linux applications works with VisualGDB: what tools are involved, how they communicate and what can be customized
Linux – VisualGDB Tutorials This page explains various debug settings of Linux-based projects You can configure these settings via VisualGDB Project Properties -> Debug Read more
Developing a Raspberry PI app with Visual Studio – VisualGDB Tutorials VisualGDB provides an advanced Clang-based IntelliSense engine that is fully compatible with GNU language extensions and provides advanced features like refactoring, Code Map and auto completion in the Watch windows
Creating Linux Libraries with Visual Studio – VisualGDB Tutorials This tutorial shows how create static and dynamic Linux libraries with Visual Studio and debug them with VisualGDB We will create a simple Linux application with VisualGDB, add one static and one dynamic library to it and test both in the debugger