Confirmed users
933
edits
(→View the Logging: mention Browser Content Toolbox) |
m (→View the Logging: update filter toggles) |
||
| Line 9: | Line 9: | ||
= View the Logging = | = View the Logging = | ||
# To view the logging, open the [https://developer.mozilla.org/en-US/docs/Tools/Browser_Console Browser Console] and/or Browser Content Toolbox (for logs related to in-page stuff) from the Tools → Web Developer menu. If you don't see these, follow the instructions on the MDN page to enable it. | # To view the logging, open the [https://developer.mozilla.org/en-US/docs/Tools/Browser_Console Browser Console] and/or Browser Content Toolbox (for logs related to in-page stuff) from the Tools → Web Developer menu. If you don't see these, follow the instructions on the MDN page to enable it. | ||
# Make sure the " | # Make sure the log level toggles ("Errors", "Warnings", "Logs", …, "Debug") are all enabled (blue) in the Browser Console. "CSS" should ideally be disabled. | ||
# Load a web page in in the browser. You should see messages in the Browser Console like: | # Load a web page in in the browser. You should see messages in the Browser Console like: | ||
LoginManagerContent: onDOMFormHasPassword for <nowiki>https://www.google.com</nowiki> | LoginManagerContent: onDOMFormHasPassword for <nowiki>https://www.google.com</nowiki> | ||