2024-10-24 10:22 PM - edited 2024-10-24 10:32 PM
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
At least textually through the debug console.
Any Idea?
Thank you.
2024-11-06 12:39 AM
Hi @JR2963
Seems that the same command should be added to launch.json with stlink gdb server
2024-11-06 01:14 AM
Of course, I tried that first, but it seems that the GDB for ST-Link doesn't have this parameter.
2025-01-05 11:25 PM - edited 2025-01-05 11:28 PM
Hi @JR2963
It is only supported with OpenOCD or JLink. From cortex-debug:
RTOS Thread Support in CALL STACK window (J-Link, OpenOCD, pyOCD - RTOS supported depend on GDB server)
In CubeIDE you can use RTOS proxy which is currently not supported in VSCode