The plugin for the MQX RTOS allowed the user to double-click on each task to view the current line of code where the task was operating (even for blocked tasks). This was a very helpful tool. Is there a similar functionality with the FreeRTOS plugin? If not, what is the best way to get this information?
As far as I know IAR only has what I call a ‘state viewer’ in that it
will show you a snap shot of the task state, but it is not truly thread
aware in that it won’t show you their stacks.