Stm32CubeIDE 2.0.0 to 2.1.0 update breaks FreeRTOS kernel aware debugging
Hi
While running stm32CubeIDE 2.0.0 (and older versions), the the RTOS kernel aware debugging worked as expected (described here for thoose who dont use it):
However, since updating to 2.1.0 this seems to have stopped working.
I have tried the #define configTASK_RETURN_ADDRESS NULL as suggested here
https://community.st.com/t5/stm32cubeide-mcus/freertos-backtrace-problem/td-p/858548
But without any change. I have tested GCC 12.3, 13.3 and 14.3 with no change
The "FreeRTOS Queues", "FreeRTOS Task list" and "FreeRTOS Semaphores" views still works as expected.
What can I do to remedy this?
Best regards
Martin
