how to switch to other task's context
I am using STM32CubeIDE to develop a product with STM32H7 chip. I enabled freeRTOS in our software system. When I debug code, I can see freeRTOS tasks in "FreeRTOS Task list window" and I am in current task context. How can I switch to other task's context for debug?
