EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy callstack

GloriousPtr opened this issue · comments

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?

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.

That was helpful, thanks :)

Works well with multi row select with shift, closing this.