raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

[Feature] Add support for Parallel Stacks

Open all500234765 opened this issue 1 year ago • 1 comments

I would really like to see this feature in this debugger, especially for linux later on, since literally no one provides it on linux for no reason.

Here's a screen shot from Visual Studio of what i would expect: image

  • Clicking on different stacks would switch thread and stack contexts
  • Minimap on the bottom-right is useful for programs that have lots of threads
  • Some arrows telling me which stack on which thread has caused an exeption or was paused on
  • Highlight of selected thread / stack position

all500234765 avatar May 23 '24 05:05 all500234765

@all500234765 CLion does provide this on Linux Would still be great to be added, it's extremely useful to see all stacks at a glance.

Axel-Reactor avatar Jun 17 '24 22:06 Axel-Reactor