Managing Syntax Highlighting Colors
When using Clang IntelliSense, VisualGDB will highlight the code using the settings from Tools->Options->Environment->Fonts and Colors->Text Editor. Most of the
Read moreWhen using Clang IntelliSense, VisualGDB will highlight the code using the settings from Tools->Options->Environment->Fonts and Colors->Text Editor. Most of the
Read moreYou can use the Advanced Clang IntelliSense engine included with VisualGDB to automatically check your code for common errors. Once
Read moreVisualGDB requires an Internet connection in order to automatically download toolchains, BSPs and other components. Normally, it will automatically download
Read moreWhen you start a debug session with VisualGDB, it will open a GDB Session window that shows the interaction between
Read moreVisualGDB provides several mechanisms for importing external projects so that you could build and debug with Visual Studio. This page
Read moreIn order to build and debug embedded firmware using VisualGDB you will need to configure it to work with your
Read moreToolchains are collections of tools (such as GCC, GNU Assembler or GDB) that are used to build and debug projects
Read moreVisualGDB uses the standard Linux way of specifying libraries used by the projects that relies on 3 different parameters: Library
Read moreVisualGDB includes its own Clang-based IntelliSense engine. It is specifically optimized to work with gcc-based embedded and Linux code and
Read moreIn order to debug imported projects with VisualGDB you will need to manually specify the path of the debugged application.
Read more