Hello. I have initially created an issue on esp-idf repository:
espressif/esp-idf#10101
but it was recommended to put it up here.
I simply want to know if there is a way to monitor ESP32-S3 device in real time and check task status, memory usage, priorities and etc...
I can see information such as this:

but only when I place a breakpoint. Is there a way to get this for the FreeRTOS (task list) to update in real time without placing breakpoints?
Hello. I have initially created an issue on esp-idf repository:
espressif/esp-idf#10101
but it was recommended to put it up here.
I simply want to know if there is a way to monitor ESP32-S3 device in real time and check task status, memory usage, priorities and etc...

I can see information such as this:
but only when I place a breakpoint. Is there a way to get this for the FreeRTOS (task list) to update in real time without placing breakpoints?