Question
VSCode - FreeRTOS Thread awareness Debugging with ST-Link GDB
Hi,
I would like to enable FreeRTOS Thread awareness in VSCode. I know it worked in CubeIDE.
I can do it with Jlink GDB Server by inserting this to launch.json
"rtos":"FreeRTOS", //Change it depending on RTOS used
But have no idea how to do for ST-Link GDB server
At least textually through the debug console.
Any Idea?
Thank you.
