You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this is the right place to report this issue.
I have a project that uses freeRTOS. When debugging it, I cannot switch from the call stack of a task to another. The only call stack I can explore is the one of the task that was active at moment I paused the program.
When using IAR, jumping from one call stack to another works great.
I don't know if this is linked or not but, in the "embedded tools: rtos viewer", when I click on the task name, it only adds a variable in the "watch view"
Is it a bug ? Or is it just an unavailabe feature ?
The text was updated successfully, but these errors were encountered:
This is the expected behavior currently. The RTOS viewer inspects memory to show available RTOS objects, but the call stack view is controlled by the threads returned from the debug adapter itself. To visualize FreeRTOS call stacks using C-SPY, you'll want to investigate RTOS awareness plugins for C-SPY.
I hope this is the right place to report this issue.
I have a project that uses freeRTOS. When debugging it, I cannot switch from the call stack of a task to another. The only call stack I can explore is the one of the task that was active at moment I paused the program.
When using IAR, jumping from one call stack to another works great.
I don't know if this is linked or not but, in the "embedded tools: rtos viewer", when I click on the task name, it only adds a variable in the "watch view"
Is it a bug ? Or is it just an unavailabe feature ?
The text was updated successfully, but these errors were encountered: