ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

One-click copy of stack trace #39

Open paour opened 11 years ago

paour commented 11 years ago

Could you add a button to allow a one-click copy of the stack trace? Right now one has to select the text of the stack trace taking care to not miss the beginning or the end of the text, then copy.

For embedded exceptions, you could either have one button per stack trace, or just allow quick-copying the deepest one.

Since you already use ZeroClipboard it shouldn't be too hard…

KevinGaudin commented 11 years ago

I included ZeroClipboard recently and just integrated it as a test for a click to copy the INSTALLATION_ID on user monsters. I absolutely can add a click-to-copy-anything-anywhere with small effort.