Most probably the trace is missing the task switches. You can enable tracing the task switches with the command
Break.Set task.config(magic) /Write /TraceData
This enables a data trace on the variable that holds the current running task. This is extracted from the ORTI file ("RUNNINGTASK").
Add a comment