Associate III
March 6, 2020
Question
Only current thread is shown in debug window
- March 6, 2020
- 1 reply
- 1013 views
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, information about all of my tasks is there.
(see attached example)
Other users at work do not have this issue.
Any ideas on how to make debug display all the threads again?
Thanks,
Mark
