Tasks Window
In this topic:
Tasks Window displays the current stack usage. It displays only general task information. For RTOS-specific details, use the corresponding RTOS plugins.
This window lists all tasks running on the target. The currently running task is highlighted.
Open the Task Window by clicking View > Debug > Tasks.

Task window example for SCIOPTA
Button |
Description |
|---|---|
|
Sets debug context for the selected task. |
![]() |
Displays additional information of the selected task. |
![]() |
Refreshes the display of the task view. |
Debug context is set for the task chosen in the Tasks drop-down menu.
View consists of several columns:
•ID - Displays the task ID. Task, for which the debug context is currently set, is marked with an arrow. Double click on the task ID sets debug context for that task.
•Name - Displays the task name.
•State - Displays the task state.
•Location - Displays the current execution function name for specific task.
•Stack - Displays current stack usage in percent.
•Info - Displays additional information about RTOS task. This information is specific for each RTOS. In the case of MQX RTOS this item describes tasks error description and code.