idf-eclipse-plugin icon indicating copy to clipboard operation
idf-eclipse-plugin copied to clipboard

ESP32-S3 FreeRTOS Real time statistics using FreeRTOS plugin (IEP-857)

Open krupis opened this issue 2 years ago • 4 comments

Hello. I have initially created an issue on esp-idf repository: https://github.com/espressif/esp-idf/issues/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: image

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?

krupis avatar Jan 20 '23 14:01 krupis

+1. Seems a fair few people would like this.

ghost avatar Jan 20 '23 17:01 ghost

Hi @krupis The plugin doesn't have this feature yet to get real-time data. Will consider this in our future releases. Thanks for your request.

kolipakakondal avatar Jan 23 '23 05:01 kolipakakondal

Hello @kolipakakondal - I personally wouldn't make it a consideration, but a requirement rather. Quite an essential (vital?) debugging asset. Appreciate your continuous support and efforts.

GTCLive avatar Feb 03 '23 13:02 GTCLive

Hi, I tried the same and for me would be enough to see task info when stopped at breakpoint, but I cannot see nothing. image Should I need to configure something else? I already set CONFIG_FREERTOS_USE_TRACE_FACILITY=y (esp-idf 5.0.6)

lucamae avatar Jun 05 '24 12:06 lucamae