support

Forum Replies Created

Viewing 15 posts - 3,001 through 3,015 (of 7,823 total)
  • Author
    Posts
  • support
    Keymaster

    If you can confirm that the problem doesn’t happen when running the program manually, but does happen with VisualGDB, we can help you understand the differences and configure VisualGDB to replicate the working setup. If the problem also happens without VisualGDB (or if another problem is preventing the programs from running on that target), unfortunately this is not something that could be easily fixed by VisualGDB and hence is not covered by our support, sorry.

    support
    Keymaster

    If running the program directly results in a segmentation fault, the device configuration might be corrupt. Unfortunately, as this is not something controlled by VisualGDB, this is not covered by our technical support.

    in reply to: Import Esp8266 Arduino projects and/or libraries #25081
    support
    Keymaster

    Welcome back!

    Please try updating to VisualGDB 5.4R6. We have recently added support for importing the ESP32 Arduino core into the ESP-IDF projects (see this tutorial).

    Generally, the internal structure of ESP-IDF and other related components changes very fast, so the steps that worked for a specific version may stop working for future ESP-IDF releases.

    support
    Keymaster

    Please check if the problem also happens when using other SSH clients (e.g. PuTTY).

    in reply to: Advanced CLang Intellisense engine #25077
    support
    Keymaster

    No problem. Most likely this is caused by some other declaration or setting. Please try getting a minimal example that triggers the problem on a newly created project and share it with us so that we could see what is going on.

    in reply to: Advanced CLang Intellisense engine #25074
    support
    Keymaster

    The error looks correct (the private functions Parent are not accessible to derived classes). You can double-check this by trying to build the project – the compiler should show the same error.

    in reply to: Visual GDB command line build #25070
    support
    Keymaster

    Hi,

    Yes, please try running the following command:

    <VisualGDB directory>\VisualGDB.exe /build <full path to .vgdbcmake file>

     

    in reply to: V5.4R3 CFLAGS ignored, random values #25069
    support
    Keymaster

    The daily builds with hotfixes do not always pass our internal tests, so some issues are to be expected. That said, the 5.4.106 branch has passed most of the tests and should be much more stable (we are also planning to release a stable R6 update today).

    support
    Keymaster

    VisualGDB simply requests the target to enable the X11-over-SSH forwarding. The exact implementation of this logic is provided by the target and is outside VisualGDB’s control. Please refer to the Linux and X11 documentation for more details.

    support
    Keymaster

    VisualGDB simply requests the target to enable the X11-over-SSH forwarding. The exact implementation of this logic is provided by the target and is outside VisualGDB’s control. Please refer to the Linux and X11 documentation for more details.

    support
    Keymaster

    Sorry, this is not something managed by VisualGDB, so it’s hard to give any specific advice. Please refer to the Linux and X11 documentation.

    in reply to: VisualGDB with latest ARM Toolchain #25058
    support
    Keymaster

    Just wanted to let you know that we have updated VisualGDB to detect the gcc version for the GNUARM toolchains and also to show all discovered versions of the toolchain instead of just the latest one.

    Please feel free to try this build: VisualGDB-5.4.106.3173.msi

    in reply to: ESP8266 IDF Style and OTA for 1MB flash #25051
    support
    Keymaster

    Hi,

    VisualGDB already supports selecting arbitrary ESP-IDF checkouts to use with your projects. Please use VisualGDB Project Properties -> ESP-IDF Project -> ESP-IDF Checkout to select a version you would like to use (VisualGDB can automatically clone IDF releases from Github).

    We are also working on an update to our ESP32 toolchain that will include a newer IDF checkout.

    in reply to: How to prevent VGDB from reformatting arrays? #25049
    support
    Keymaster

    Hi,

    If you are using clang-format, please use our graphical format file editor to change the line break logic. If you cannot find a specific setting, please refer to the clang-format documentation here for an exhaustive list of formatting settings.

    in reply to: ESP32 w JTAG (tumpa) #25046
    support
    Keymaster

    Thanks for the update. It indeed looks like Espressif has ported their OpenOCD fork to a newer OpenOCD version, adding support for more devices.

    We have merged these changes into our branch and released an updated debug package. Please update it via Tools->VisualGDB->Manage VisualGDB Packages.

Viewing 15 posts - 3,001 through 3,015 (of 7,823 total)