WebFreak001 / code-debug

Native debugging for VSCode
The Unlicense
396 stars 115 forks source link

Thread names in the Call Stack section #193

Open pho opened 4 years ago

pho commented 4 years ago

Hi, I'm developing a FreeRTOS project, where I have a lot of tasks running which gdb shows as threads, and I find myself having to check manually the info thread to know which thread I want to expand in the Call Stack box

image

It could be great if the Call Stack box would show the thread names too

konradsa commented 3 years ago

Second this request, this would be a good feature to have.