support

Forum Replies Created

Viewing 15 posts - 3,031 through 3,045 (of 7,873 total)
  • Author
    Posts
  • in reply to: "library' settings and undefined reference #25143
    support
    Keymaster

    Most likely, you have used another statement before that would define the libsqlite3-dev variable.

    We have just published a tutorial explaining different uses of the target_link_libraries statement in detail: https://visualgdb.com/tutorials/linux/cmake/target_link_libraries/

    Feel free to give it a try – it explains the inner workings of the CMake library logic in detail.

    support
    Keymaster

    Thanks for the update. Indeed, the comment parsing for STM32 codebase would not recognize the @param tokens, however the bigger issue there is that the comments are located in the .cpp files, not .h files and hence locating them would involve a longer go-to-definition operation that is not performed when displaying comments or argument suggestions.

    We will try to improve this in one of the upcoming VisualGDB releases.

    in reply to: Program and Start without debugging popup window #25141
    support
    Keymaster

    No problem, we have made the message box optional in this build: VisualGDB-5.4.106.3194.msi

    Unfortunately, the GDB stub warning is handled on a different level, so it’s harder to make it optional as well. As a workaround, please consider moving to advanced ESP8266 projects based on the new RTOS SDK 3.x. They use the same logic as ESP-IDF projects where the memory programming is handled by ESP-IDF and the confirmation is optional.

    support
    Keymaster

    Hi,

    VisualGDB already supports importing existing ESP-IDF projects via the “Import” mode of the ESP-IDF project wizard. Simply clone the github repository locally and import it to VisualGDB to be able to modify and debug it with VisualGDB (given that the AT firmware code does not disable the JTAG pins).

    in reply to: Unable to connect to WSL on Windows 10 1903 build #25129
    support
    Keymaster

    Thanks for the update. It looks like we should be able to support it once requested by a user with an active technical support.

    in reply to: Unable to connect to WSL on Windows 10 1903 build #25126
    support
    Keymaster

    Good to know you found the root cause.

    As the issue is triggered by a relatively rare setting, we would only be able to support it if there is an easy way to extract the path mappings from the WSL configuration file and if it’s requested by a user with an active support period (sorry, we could not find any orders associated with your email).

    The vagrant warning in the diagnostics console can be safely ignored – it comes from VisualGDB trying to locate virtual machines managed by the Vagrant tool and will indeed appear if you don’t have the tool installed.

    support
    Keymaster

    No problem and good to know it works.

    Our system usually recognizes most reinstallation scenarios and provides temporary activation credit, however as you had previously tried to activate the same 1-seat key on multiple seats, you had used up all temporary credit our system could give.

    in reply to: Unable to connect to WSL on Windows 10 1903 build #25121
    support
    Keymaster

    Thanks for confirming this. We have just retested VisualGDB with WSL on Windows 10 build 1903, however we could not reproduce the issue you described.

    Please try running this build: VisualGDB-5.4.106.3193.msi

    Then enable the VisualGDB Diagnostics Console, reproduce the problem and check the diagnostic output for the command line used by build the app launcher (search for LinuxAppLauncher.c). Then try running the command line manually and see if GCC reports any errors. Once you pinpoint a specific error, please let us know and we will try to add a workaround for this.

    in reply to: Clang intellisense limitations #25120
    support
    Keymaster

    Good to know it works. The new functionality is very new, so minor hiccups are to be expected. If you encounter strange error messages or otherwise broken functionality, please share more details with us and we will try our best to fix it.

    in reply to: Clang intellisense limitations #25118
    support
    Keymaster

    No problem, we have investigated the Ctrl+Click interfaces used by Visual Studio 2017/2019 and were able to support them from the Clang engine. Please try this build: VisualGDB-5.4.106.3192.msi

    You can control whether the suggestion combo box appears by clicking the button with the lightning icon in the bottom left part of the popup. VisualGDB would normally ask whether you want to display the completion popup automatically or manually (by pressing Ctrl-Space) when you use the Clang IntelliSense first time, so most likely you have accidentally selected the manual option there.

    in reply to: Project load failed after update to 5.4 prev. 10 #25117
    support
    Keymaster

    Hi,

    No problem, we can help you. Please share a screenshot of your Help->About VisualGDB window and a screenshot of the exact error message you get and we will look into this.

    support
    Keymaster

    Hi,

    According to our records, you have recently tried activating your single-seat key on 6 different seats, hence the VisualGDB’s activation logic indeed denied further activations.

    We have also not found any tickets from your email address in our system on 2019-03-04. Please double-check the email address you used at that time.

    We have received 2 tickets from you today and will respond to you per email with available options in the next 1-2 hours.

    in reply to: Clang intellisense limitations #25106
    support
    Keymaster

    Hi,

    Sorry about that, the Clang IntelliSense indeed handles some commands slightly differently from the native VS IntelliSense (mostly because it has to use older internal interfaces for backward compatibility with older Visual Studio versions).

    The Ctrl-Click is unfortunately not supported, however you can use the regular Go-to-definition command, or the “Go to” button in the top right corner of the edited source file.

    The templates for the ‘for’ loop and other common code constructs should normally work, unless they are filtered out via the buttons at the bottom of the suggestion popup. If they do not appear in the suggestion list, please share a screenshot of the entire VS window demonstrating the problem and we will try to suggest a workaround. Another way to display them would be using the Insert Snippet command (Ctrl-K, Ctrl-X).

    in reply to: Unable to connect to WSL on Windows 10 1903 build #25104
    support
    Keymaster

    Hi,

    As the message suggests, please double-check that your WSL installation has gcc installed. You can check it by running “gcc -v” from the bash prompt.

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

    Strange, it is based on the same codebase as the ESP32 version.

    Could you please try replacing just the bin folder and check if this solves the problem. If not, does combining the VisualGDB’s version of the bin folder with the Espressif’s version of the share folder work?

Viewing 15 posts - 3,031 through 3,045 (of 7,873 total)