using ESP32-IDF, what is the best way to debug a freeRTOS stack / heap problems? I’m quite sure I have some stack problems, but I would like to know which is the best way to use VisualGDB for checking these problems.
Sorry, our stack validation logic currently only supports ARM devices. The ESP-IDF is being actively developed and is becoming more popular and mainstream, so we do have long-term plans of porting many ARM-specific features to ESP32, however currently the stack/heap validation tools are limited to those provided by the ESP-IDF itself.