In firefox error console (Ctrl-shift-J in my locale), there is the option of rightclick -> copy to copy one event to clipboard.

I want to save the entire content, while debugging an app, which writes several messages to the logfile.

How to?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

With the Console² addon, you can use Ctrl+A to select all, then Crtl+C to copy and Ctrl+V to paste.

link|improve this answer
Worked. Thanks. – Lenne Jan 20 '11 at 9:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.