EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.
MIT License
3.16k stars 164 forks source link

Copy callstack #250

Open GloriousPtr opened 2 months ago

GloriousPtr commented 2 months ago

It would be really nice to add a way to copy callstack. Adding multiselect to copy callstack doesn't make much sense, maybe just a button to copy callstack would be better?

ryanfleury commented 2 months ago

Currently there is a way to do this, although not in the Call Stack view - you can just right-click a thread and click "Copy Callstack". But I will be doing a pass over the Call Stack view shortly to support more stuff like this.

GloriousPtr commented 2 months ago

That was helpful, thanks :)