vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

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

Open ddengster opened this issue 5 years ago • 7 comments

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

  • OS and Version: Linux
  • VS Code Version: 1.43.0
  • C/C++ Extension Version: 0.26.3
  • Other extensions you installed (and if the issue persists after disabling them):
  • A clear and concise description of what the bug is.

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

ddengster avatar Mar 11 '20 06:03 ddengster

+1

RahulSisondia avatar Jul 23 '21 15:07 RahulSisondia

+1

RetroRealms avatar Mar 21 '22 07:03 RetroRealms

+1

VVoidV avatar Apr 15 '22 09:04 VVoidV

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.

epiciskandar avatar Apr 16 '22 15:04 epiciskandar

+1

bzczb avatar Mar 30 '24 22:03 bzczb