Hi,
You can use the Task Aware Debugging tool.
The Task Aware Debugging (TAD) Tool is a useful and powerful instrument to debug the MQX application. CodeWarrior Special and Standard editions can create and run an MQX application, but cannot run TAD.
To use TAD:
1. Debug the application in CodeWarrior using the debug button. 
2. To stop the application, use a breakpoint or use the suspend button.
3. Once the application breaks, the menu enables two options: MQX RTOS and RTCS.
The MQX menu shows information about the core and tasks running at that moment in MQX RTOS, information such as memory usage, stack usage, semaphores, mutexes, events, kernel data, errors, and so on. The RTCS menu shows information about the TCPIP stack, configuration, sockets, TCP stats, UDP stats, IP stats, and so on. Figure 11 shows both MQX RTOS and RTCS.

4. Go to the MQX menu and click on „Task Summary‟ option. It shows the priority, state, and the task error if any.

5. Go to the MQX menu and click on „Stack Usage‟ option. It also shows if an overflow happens.

Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------