Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: RTOS thread view to show thread names (VSC-1579) #1415

Open
karlp opened this issue Jan 29, 2025 · 1 comment
Open

[Feature Request]: RTOS thread view to show thread names (VSC-1579) #1415

karlp opened this issue Jan 29, 2025 · 1 comment
Labels
Feature / Enhancement Request Request for Feature/ Enhancement

Comments

@karlp
Copy link

karlp commented Jan 29, 2025

Is your feature request related to a problem? Please describe.
When using GDB and OpenOCD from the command line, info threads shows me thread names as well as thread ids.
When using VSCode, the Callstack window only shows thread ids, and I have to oepn them and browse the callstacks to select the correct thread.

Describe the solution you'd like
Would be nice to see the provided thread names :)

Describe alternatives you've considered
living with it? :)

Additional context
VS Code extension version 1.9.0 plus the fix in #1413)
Screenshot of VSCode:

Image

Vs screenshot from console GDB. Same openocd behind the scenes: v0.12.0-esp32-20230921

Image

Vs screenshot from a non-esp32 embedded freertos project in vscode:

Image

@karlp karlp added the Feature / Enhancement Request Request for Feature/ Enhancement label Jan 29, 2025
@github-actions github-actions bot changed the title [Feature Request]: RTOS thread view to show thread names [Feature Request]: RTOS thread view to show thread names (VSC-1579) Jan 29, 2025
@bryghtlabs-richard
Copy link

I'm using 1.9.0, with a project build with ESP-IDF 5.1.2, and thread names do work for me:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature / Enhancement Request Request for Feature/ Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants