Confirmed users
933
edits
(→Common Problems: Won't prompt to save a password) |
(→View the Logging: Make it more clear we aren't talking about the Web Console) |
||
| Line 8: | Line 8: | ||
= 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 log level toggles ("Errors", "Warnings", "Logs", …, "Debug") are all enabled | #* '''Note that the above consoles are different than the Web Console that you use for regular web development.''' | ||
# Make sure the log level toggles ("Errors", "Warnings", "Logs", …, "Debug") are all enabled in the Browser Console. "CSS" should ideally be disabled. | |||
# Load the problematic web (or about:logins) page in in the browser. You should see messages in the Browser Console like: | # Load the problematic web (or about:logins) 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> | ||