support

Forum Replies Created

Viewing 15 posts - 3,781 through 3,795 (of 7,857 total)
  • Author
    Posts
  • in reply to: cmake #22562
    support
    Keymaster

    Hi,

    No problem, please let us know the email address associated with your license so that we could check your support status.

    in reply to: IDF_PATH on windows platform #22554
    support
    Keymaster

    Hi,

    You can manage your ESP-IDF checkouts via VisualGDB Project Properties -> ESP-IDF Project -> ESP-IDF Checkout.

    Unfortunately we do not provide support for debugging scenarios outside VisualGDB. Please use the VisualGDB Project Properties to configure your debugging settings or contact Espressif if you need help with ESP32 tools that are not part of VisualGDB.

    in reply to: Live Variables exception #22550
    support
    Keymaster

    Hi,

    Sorry, if gdb is not able to return the address of the variable, VisualGDB won’t be able to use it in live variables. Please consider experimenting with other variables in your program to see what triggers the address issue and then update the batteryInput variable to avoid it.

    in reply to: Esp32 debug not working on windows 7 evaluation #22549
    support
    Keymaster

    Hi,

    This looks like a wiring issue. Please double-check your schematics. If you are not sure, please try the ESP-WROVER module that comes with a built-in JTAG interface.

    in reply to: Toolchain shows in packages dialog but not project wizard #22545
    support
    Keymaster

    Hi,

    Please try updating to VisualGDB 5.4 Preview 8. It contains many fixes compared to v5.3.

    in reply to: Problem when using googletest on Windows 10 subsystem #22544
    support
    Keymaster

    Hi,

    Please try updating to VisualGDB 5.4 Preview 8.

    in reply to: Embedded project -> unit test greyed out #22543
    support
    Keymaster

    Hi,

    Most likely you are using the Embedded or Linux edition that does not support unit tests.

    Please consider upgrading to the custom edition here or contact our sales if you would like to get a short trial extension to test out the unit test support.

    in reply to: STM32 huge BIN/Hex file #22535
    support
    Keymaster

    Hi,

    Please either the sections that go into the external memory with the NOLOAD attribute (so that they will be excluded from the .bin file), or use the AT syntax in the linker script (see how DATA is handled) in order to place them in the regular FLASH memory and move them to the external memory manually.

    Also if you are using the Custom edition, please consider using the Additional Memories page of VisualGDB Project Properties to let VisualGDB do the necessary edits automatically.

    in reply to: error in STM32 develop using visualgdb, visualstudio #22534
    support
    Keymaster

    Hi,

    Please use the following link to renew your license: https://sysprogs.com/splm/mykey

    in reply to: Toolchain shows in packages dialog but not project wizard #22525
    support
    Keymaster

    Hi,

    Are you using VisualGDB 5.4 Preview 8?

    in reply to: Annoying behavior #22524
    support
    Keymaster

    Hi,

    Yes, please use the “Don’t Activate GDB Session Window” setting under Tools->Options->VisualGDB.

    in reply to: Unable to resize Live Data columns #22523
    support
    Keymaster

    Hi,

    Sorry, this is a known limitation of the Live Variables view. We should be able to address it in the future WPF-based redesign of this window, however unfortunately it won’t make it into v5.4.

    in reply to: error in STM32 develop using visualgdb, visualstudio #22522
    support
    Keymaster

    Hi,

    Please try installing VisualGDB 5.4 Preview 8. It contains fixed to many bugs of v5.3 and might resolve this as well.

    Please also consider generating projects based on MSBuild, not GNU Make. Unless you specifically need to use GNU Make, they should provide easier experience.

    in reply to: Text editor indenting #22521
    support
    Keymaster

    Hi,

    Sorry, VisualGDB does inherit many of Visual Studio’s formatting settings, however due to the internal VS architecture, the indentation must be set independently.

    Please try using the Tools->Options->Text Editor->C/C++ (VisualGDB) to configure VisualGDB-specific indentation.

     

    in reply to: Multiple definitions of source files #22517
    support
    Keymaster

    Hi,

    Sorry about that. Please download v5.4 Preview 8. It includes all the fixes from all previous builds.

Viewing 15 posts - 3,781 through 3,795 (of 7,857 total)