support

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 7,592 total)
  • Author
    Posts
  • in reply to: Global define #35832
    support
    Keymaster

    Hi,

    VisualGDB Properties are merely a GUI for editing various ESP-IDF statements. Please refer to the ESP-IDF documentation to see if there is a statement that would cover your use case.

    If you can point out a specific statement (i.e. would know how exactly to edit the CMake files to get the desired result), we can advise you on the GUI setting that would do it for you.

    in reply to: incorrect makefile when renaming folder #35829
    support
    Keymaster

    Hi,

    This is by design. Moving files outside Visual Studio does not automatically update the Visual Studio project file and the refresh/reload command does not do it either. You would need to re-add the files, or edit the .vcxproj file manually.

    This is the normal behavior of Visual Studio and is not specific to VisualGDB.

    in reply to: Difficult to find a Linux packages in the list #35828
    support
    Keymaster

    Hi,

    Sorry, this dialog is a part of the GNU Make project subsystem that is deprecated and not recommended for new projects. Please consider using Advanced CMake instead, or just referencing the package manually.

    in reply to: Import SVD in ESP32-s3 #35824
    support
    Keymaster

    Hi,

    Thanks for confirming your license. We have rechecked the SVD files published by Espressif and they now look better than what we managed to parse from the header files in ESP-IDF.

    We will use them instead of the old files for the next toolchain releases.

    You can patch any older toolchain by downloading this file [peripherals.7z], and extracting it to <toolchain directory>\esp32-bsp, replacing the existing files in the peripherals folder.

    in reply to: Can’t launch Menuconfig #35821
    support
    Keymaster

    Hi,

    This looks like something is broken in the environment or CMake files. The supported way to troubleshoot such issues would be to:

    1. Reproduce the issue in VisualGDB and export the ESP-IDF command line it uses to a batch file (see this page).
    2. Run the batch file separately and ensure the problem persists.
    3. Refer to the ESP-IDF documentation to solve the problem outside VisualGDB (e.g. add missing environment variables, or fix broken files).

    If it turns out that a particular change to the batch file (e.g. adding an environment variable) fixes the problem, let us know more details and we will help you configure VisualGDB to adjust its command line, matching the fixed batch file.

    in reply to: -gdb-version timeout when starting new debug session #35818
    support
    Keymaster

    Hi,

    This could be related to an issue we previously noticed with the ARM toolchain. Older versions of it appeared to come with unoptimized builds of GDB, so they were very slow at loading the symbols. Our toolchain is a repackaged version of the ARM toolchain, so it would be affected by this as well.

    We have just updated it using a clean optimized rebuild of the latest GDB 15.1. Feel free to update it via VisualGDB Package Manager.

    in reply to: VisualGDB Memory window colors #35817
    support
    Keymaster

    Hi,

    This is likely some race condition between loading the colors from VS settings and using the loaded colors to render the memory window contents. However, it is hard to say anything specific without the logs from the new build. The log from 6.0R3 doesn’t help because v6.0R3 does not have the logic for logging the memory window theme events.

    You can try this build: VisualGDB-6.0.103.5202.msi. If it still produces strange errors, it could be an indication of something else going wrong (e.g. some common assemblies or cache being corrupt). You can try creating a new project from scratch and trying out the memory window with it. If it still fails with strange errors, please share more details (project type, exact steps to create it, uncropped screenshots of the VS window showing the error).

    in reply to: Could not identify WSL2 Network Interface #35816
    support
    Keymaster

    OK, thanks very much for pointing this out. It turns out, when we moved the regex to the XML file and extended it to handle the (WSL (…)) syntax, it ended up with a typo, that still passed the test cases by coincidence.

    We have updated the regex to \(WSL(| \(.*\))\), covering both short and extended form.

    Feel free to update to this build: VisualGDB-6.0.103.5202.msi

     

    in reply to: CodeExplorer issues #35814
    support
    Keymaster

    Hi,

    It looks like your technical support period has expired.

    We would be happy to help you, however we would kindly ask you to renew your technical support and install the latest VisualGDB 6.0R3 that includes the latest fixes and optimizations.

    in reply to: Double suggestions #35798
    support
    Keymaster

    Hi,

    The second IntelliSense popup looks like it’s coming from another VS extension. Most likely, it does not recognize VisualGDB, and tries to show its popup nonetheless. You can try disabling other VS extensions to see which one it is.

    Another option would be to change the mechanism used by VisualGDB to display the suggestion popups (Tools->Options->Text Editor->C/C++(VisualGDB)->Advanced->Code Completion->Smart Suggestion List GUI). Some of the options there could interfere less with the other extension.

    in reply to: Can I debug Grove Vision AI Module V2? #35794
    support
    Keymaster

    Hi,

    Please make sure you can get it working outside VisualGDB first. Once it is working, feel free to share the details about your setup, and we will point you to the relevant VisualGDB documentation.

    in reply to: VisualGDB Memory window colors #35787
    support
    Keymaster

    No problem. This could be a bug that gets occasionally triggered under some conditions, although we would need more information to pinpoint it. Normally, the window should look like this on the dark theme:

    We have slightly simplified the theme loading logic in VisualGDB and added extra logging to it. Please try this build: VisualGDB-6.0.103.5201.msi

    If the problem persists, please follow the steps below:

    1. Start a debug session.
    2. Open and enable View->Other Windows->VisualGDB Diagnostics Console.
    3. Open a memory window that was not open before (e.g. Memory 2). You can also try closing and reopening it.
    4. Check the diagnostic log for messages mentioning Memory editor.

    If you could post the exact messages you get along with the exact action that triggers them (e.g. opening a memory window for the first time), we should be able to narrow it down.

     

    Attachments:
    You must be logged in to view attached files.
    in reply to: nRF Connect SDK v2.7.0 #35786
    support
    Keymaster

    Hi,

    Thanks, this looks like the device type auto-detection wasn’t working due to another change in the SDK structure, although selecting it manually would still work.

    We have fixed it in this build: VisualGDB-6.0.103.5201.msi.

     

    in reply to: Can I debug Grove Vision AI Module V2? #35785
    support
    Keymaster

    Hi,

    We have not specifically tested VisualGDB with this board. However, if it comes with a functional toolchain and the gdb debugger (i.e. you can build and debug a project manually), you can easily point VisualGDB to the same tools and let it drive building and debugging for you,

    in reply to: VisualGDB Memory window colors #35777
    support
    Keymaster

    Hi,

    This would normally only happen if you change the VS color theme after using the memory window for the first time. If this is the case, please try simply restarting Visual Studio, and the colors should look normal next time.

Viewing 15 posts - 1 through 15 (of 7,592 total)