Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

linked error messages in console

  • 4 replies
  • 1 has this problem
  • 2 views
  • Last reply by Standard8

more options

Hello, i recently discovered the firefox developer edition and i'm a bit disappointed, that the console doesn't the stack trace of an error error messages as nice as other browsers. Do i need to install a tool for that?

Hello, i recently discovered the firefox developer edition and i'm a bit disappointed, that the console doesn't the stack trace of an error error messages as nice as other browsers. Do i need to install a tool for that?
Attached screenshots

All Replies (4)

more options

the smaller image is from opera, the bigger from firefox develepor edition

more options

There's a link on the far right, but I think if you also click the little triangle on the left, then you'll get the expanded stack.

more options

yes, but that is not the link i need, want links to all sources from the stack trace. The triangle just makes it longer

more options

Thanks, I've just spoken to the devtools team. They say it is most likely this bug:

https://bugzilla.mozilla.org/show_bug.cgi?id=1046256

If you are able to, you can use console.trace() or throw the actual error object to get proper stack traces.