STM Cube IDE FreeRTOS debug stopped working in V1.18.1
I had, after a considerable struggle, FreeRTOS debugging working in V18.1.0. It seems to have stopped working when the IDE was upgraded to 1.18.1.
I get the following in the debug console:
Unknown data structure layoutxLIST
Update threads. Failed collecting threads.I have seen these errors in V1.18.0, but after changing debug settings, restarting the IDE and who knows what, they suddenly went away and it worked. In V1.18.1, no such luck. I got it to work again only by reverting back to V1.18.0, where it proceeded to work on the first try.
It would really be nice if FreeRTOS debugging worked reliably. It can be really hard to debug it if you cannot see each of the task stacks.
I am using a NUCLEO-G431KB on Windows 10.
