Just installed trial version

Sysprogs forums Forums VisualGDB Just installed trial version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27138
    Zeni
    Participant

    Hi

    I just installed trial version of VisualGDB and followed the tutorial “Creating Advanced ESP32 Projects with ESP-IDF” at https://visualgdb.com/tutorials/esp32/esp-idf/. As I dont have any JTAG debugger  device, I set “Builtin GDB simulator” for debugging. As I hit Start in VS2019, I get error < ^error,msg=”Don’t know how to run. Try \”help target\”.” >. Is there any guide about very basics of using VGDB, how to run without debugging, how to see “Embedded-friendly Memory View”, “Real-time Watch and Dynamic Analysis” etc. for some one very new like me?

    Also I want to use only C language.

    • This topic was modified 4 years, 3 months ago by Zeni.
    #27143
    support
    Keymaster

    Hi,

    For most of the targets (including ESP32), the built-in gdb simulator is not sufficient to run any meaningful code and can only be used to test that gdb can load the image and parse the symbols. Generally, we would advise getting one of the boards supported by VisualGDB (see our ESP32 tutorials).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.