microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.51k stars 1.55k forks source link

Debugging callstack window: show information like thread id, and current function #5093

Open ddengster opened 4 years ago

ddengster commented 4 years ago

Type: Debugger

So I have to click through all the callstacks of each thread in order to find out what's happening. With 20 threads, this becomes a huge chore. Can we postfix the test_trajectory headers with extra information like the callstack's current function? Similar to what your counterparts do in Visual Studio 2019

joint_trajectory_controller cpp - ros2_controllers - Visual Studio Code_030

Describe the bug

To Reproduce Run gdb with a program that uses several threads, and set a breakpoint. Then look at the callstack window.

RahulSisondia commented 3 years ago

+1

RetroRealms commented 2 years ago

+1

VVoidV commented 2 years ago

+1

epiciskandar commented 2 years ago

I'm surprised today 2022 still not having this, why? GDB via DEBUG CONSOLE is not a directly choice while debugging, since we have a "CALL STACK" view here. I'm missing VS.

bzczb commented 6 months ago

+1