Alexey Romanov
Alexey Romanov

Reputation: 170745

How to get the stack trace from errors in a FireFox extension?

Is there a convenient way to do this for my extension? I know I can use FireBug to get traces for exceptions which happen in content, but I don't think it works for chrome (does it?). I couldn't get ChromeBug to work when I last tried it.

Upvotes: 2

Views: 1963

Answers (1)

Jason
Jason

Reputation: 2095

Have you tried checking the "Show Chrome Errors" and "Show Stack Trace with Errors" options in the Console menu of Firebug 1.5? (They might be in earlier versions too.) If your extension is for Firebug itself, this post on Firebug tracing should be helpful.

Upvotes: 3

Related Questions