vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.43k stars 237 forks source link

Display stacks of all threads #951

Closed sthlm58 closed 1 year ago

sthlm58 commented 1 year ago

Is it possible to have a visualization of all the stacks of all the threads inside the process, simultaneously?

Note: This feature would be equivalent to "Parallel stacks" of Visual Studio debugger.

Would it be possible to use the Python scripting of LLDB to achieve the same?