Only current thread is shown in debug window
I have a project for STM32F3 using FreeRTOS.During debug, when I pause execution or a breakpoint is hit, stack trace info is only displayed for the currently executing thread, not all of my threads.However, if I look at the FreeRTOS task List, inform...