support

Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 7,851 total)
  • Author
    Posts
  • in reply to: Disable Register window warning? #27404
    support
    Keymaster

    Hi,

    Yes, please refer to the new searchable settings list page for details. Enter ‘Registers’ into the ‘Filter’ field to get the exact names/paths of the related settings.

    in reply to: COM Port Window Font (Raw Terminal) #27401
    support
    Keymaster

    Hi,

    No problem, please try this build: VisualGDB-5.5.4.3525.msi

    It uses the Command window font in the Raw Terminal as well.

    in reply to: Looking for Configuration Documentation #27397
    support
    Keymaster

    Hi,

    VisualGDB simply uses the regular CMake configuration names and passes them “as is” to the ESP-IDF build system. For details on how exactly ESP-IDF handles them, please check the ESP-IDF documentation, or use our CMake Debugger to step through the ESP-IDF’s CMakeLists files.

    support
    Keymaster

    Hi,

    If you believe the VisualGDB-based project is still working differently from the project built directly with Keil, please attach the updated projects (including the relevant AXF/ELF files) and we will help you compare them.

    support
    Keymaster

    Good to know it works. Most likely, the breakpoints worked with a different configuration (e.g. when running gdb on the target where the paths would be different).

    Either way, VisualGDB should normally show a warning about spaces in paths. If not, feel free to let us know more about how you created the project and we will double-check why the warning was not displayed.

    in reply to: Working with Perforce #27386
    support
    Keymaster

    Hi,

    Please refer to the following tutorial (step 9) for the list of files that we recommend excluding from the source control: https://visualgdb.com/tutorials/arm/multiuser/

    in reply to: Qt 5.7.1 and QSslConfiguration Error with visualGDB #27384
    support
    Keymaster

    Sorry, our support only covers Sysprogs products. It is not possible for us to provide support for issues in 3rd-party tools and libraries, even if you are using VisualGDB to build them. Those libraries are not tested/maintained by us and hence are outside of our control.

    support
    Keymaster

    No problem. Please try capturing a diagnostic gdb log as shown here. It should explain what is going on. If it doesn’t help, please attach the log here and we will help you get it to work.

    in reply to: BSP-Packages Location #27379
    support
    Keymaster

    Hi,

    The only officially supported way to do so is to use the Custom edition or higher.

    in reply to: Qt 5.7.1 and QSslConfiguration Error with visualGDB #27378
    support
    Keymaster

    Hi,

    This looks like something specific to Qt and not VisualGDB. Please consider asking Qt support.

    in reply to: Compile on command line #27372
    support
    Keymaster

    Sorry, the only supported way to use the VisualGDB-generated Makefile is by building it from VisualGDB. Given the flexibility of GNU Make, you should be able to tweak it to work in other environments, but this is something to do at your own risk, since it involves too many parameters that are outside VisualGDB’s control.

    in reply to: illegal characters in path #27370
    support
    Keymaster

    Hi,

    Please try this build: VisualGDB-5.5.3.3512.msi

    It will display more informative error messages when navigation to build errors fails.

    The “requires whitespace after the macro name” error is likely caused by inconsistent target-specific profile. Please try regenerating the MCU-specific part of the project via the first page of VisualGDB Project Properties.

    in reply to: Compile on command line #27368
    support
    Keymaster

    Hi,

    Please try locating the command line (make.exe <…>) in the VisualGDB build window. It will have a different color than the rest of the log. Then right-click on it and select “Dump Command Line to a Batch File”.

    This will create a batch file with the exact command line used by VisualGDB (including the environment variables). Running it should yield the same results as building the project with VisualGDB. You can then try simplifying the batch file (e.g. removing some environment variables) to see what causes the issue you observed.

    in reply to: Collapse Register TreeView #27366
    support
    Keymaster

    Hi,

    Please try the latest preview build: VisualGDB-5.5.3.3510.msi

    It contains a redesigned Hardware Registers window that includes a “collapse all/expand all” button.

    in reply to: CLang code formatting fails with namespaces #27362
    support
    Keymaster

    Hi,

    Thanks for sharing the repro instructions. We have successfully reproduced and fixed the issue in the following build: VisualGDB-5.5.3.3506.msi

     

Viewing 15 posts - 2,341 through 2,355 (of 7,851 total)