Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

linked error messages in console

  • 4 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από 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?
Συνημμένα στιγμιότυπα

Όλες οι απαντήσεις (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.