'View FreeRTOS tasks control block in visual studio
Is there a way to view all of the FreeRTOS tasks control blocks in visual studio?
The normal "Threads" view doesn't shows that and I didn't find any other view for it?
Solution 1:[1]
OK. found it, it was a silly question. I'll post an answer anyway for anyone else who get stack on it. It is in "debug" -> "windows" -> "Live Watch" -> "FreeRTOS" -> "threads"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | vuly |
