Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

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

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

Μάθετε περισσότερα

How can I see "info" and "debug" level javascript messages from the web console in FF 48?

more options

Since upgraded to FF 48, I've noticed a frustrating change in behavior:

When I open the Web Console and navigate to the console tab, the Javascript filter only lets me include "warning" and "error" level messages. There is no longer any option to include "debug" or "info" level messages.

Was this an intentional change? How should I view my debugging messages? (Produced from the angular $log service, which I imagine uses console under the hood.)

Since upgraded to FF 48, I've noticed a frustrating change in behavior: When I open the Web Console and navigate to the console tab, the Javascript filter only lets me include "warning" and "error" level messages. There is no longer any option to include "debug" or "info" level messages. Was this an intentional change? How should I view my debugging messages? (Produced from the angular $log service, which I imagine uses console under the hood.)

Όλες οι απαντήσεις (2)

more options

I don't know whether there is a setting for that, but until someone finds a solution, you can check the separate Browser Console.

https://developer.mozilla.org/docs/Tools/Browser_Console

more options

Oh, also, there are "Info" and "Log" options under the Logging button. Do those restore the missing functionality?