CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2012
    Posts
    1

    VisualGDB - a Visual Studio plugin for building and debugging Embedded and Linux apps

    We are pleased to announce the release of VisualGDB - a Visual Studio plugin that allows building and debugging the GCC/GDB-based projects with Visual Studio.

    The main features are:
    * Automatic import of include directories from embedded toolchains and Linux machines to IntelliSense.
    * Fully integrated building and debugging.
    * Automatic generation and smart updating of Make files. All user-made changes are preserved, while file lists are updated automatically.
    * A special GDB session window that allows executing the usual console GDB commands to the GDB instance controlled by Visual Studio.

    VisualGDB supports simulator-based embedded debugging, on-chip debugging, remote Linux and MacOS debugging. It also supports running the toolchain on a remote machine and transferring the source files automatically.

    A screenshot of a typical on-chip debugging session of a firmware for the MSP430 microcontroller is attached.

    You can download the tool from http://visualgdb.com/
    A collection of pre-built embedded toolchains is available at http://gnutoolchains.com/
    A collection of tutorials showing how to use VisualGDB efficiently is available here: http://visualgdb.com/tutorials/
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured