GDBstub for ESP32S3

Sysprogs forums Forums VisualGDB GDBstub for ESP32S3

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36964
    mattia
    Participant

    Hello,

    I’m using an ESP32-S3 with VisualGDB 6.0R8 build5338 Custom Edition. I’m developing an application with USB MSC pendrive that must be connected to ESP32S3. In this way, I can’t debug anymore. Is there a way, using GDBStub, to debug as usual? How can I do?

    Thanks,

    Mattia Berton

    #36967
    support
    Keymaster

    Hi,

    We are not aware of any gdb stub for ESP32S3 that would do full debugging (more than analyzing a crashed device without stepping/running it).

    You can try asking Espressif for more details.

    #36968
    mattia
    Participant

    What I mean is this example: https://github.com/espressif/esp-idf/tree/master/examples/system/gdbstub, but as far as I can see, it uses only idf.py, and I don’t know if I can integrate in VisualGDB. What do you think?

    #36969
    support
    Keymaster

    Please make sure you can get it fully working outside VisualGDB first. Once it works, please feel free to share your findings (what exactly you did and what results you observed) and we will help you configure VisualGDB to replicate the results.

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