Beginning of Raspberry Pi

Sysprogs forums Forums VisualGDB Beginning of Raspberry Pi

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21183
    gunahmt
    Participant

    I have just started to use raspberry pi. After a research i find out that multiple tool for creating application in raspberry pi. i want to develop applications like iot , for example viewing sensor data sent with spi on web, keeping data with sql which is sent through spi,i2c or uart.  What is the advantaces and disadvantaces of using visualgdb for this kind of applications? Do you have any suggestion for tool that i can use?

    #21187
    support
    Keymaster

    Hi,

    Welcome to the VisualGDB forum. You can definitely use VisualGDB to develop IoT-like applications for Raspberry Pi. VisualGDB supports a wide variety of different build systems (Make, QMake, CMake and MSBuild), so you should be able to quickly import existing code and samples into it and start experimenting with them.

    The main advantages of VisualGDB is the deep integration with the underlying GNU tools. It comes with a special IntelliSense engine optimized for Linux codebase, advanced debugging engine that is capable of detecting common debugger problems and a powerful custom action engine that lets you customize various steps of your build/debug process. We also integrate many advanced tools (e.g. static/dynamic code analysis, memory leak detection and profiling with Valgrind). You can get an overview of the main VisualGDB highlights here: https://visualgdb.com/?features=linux

    You could also browse our Linux and Raspberry Pi tutorials to get a quick overview of the VisualGDB workflow: https://visualgdb.com/tutorials/

    The main disadvantage is that VisualGDB only supports C, C++ and Python. If you are planning to use a different programming language, VisualGDB won’t be able to offer much help.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.