You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to the (Chrome: "Sources", Firefox: "Debugger") tab (click on the expander to the right if you're not seeing this tab)
Chrome:
Firefox:
Press Ctrl + P and search and open the desired file. Make sure that you're visiting a website where the script is active (e.g. if you want to set a breakpoint in store.js you should be on a store site instead of a community site)
Chrome:
Firefox:
Scroll to the desired line and click on it
Chrome:
Firefox:
Trigger the breakpoint (in most cases this consists just of reloading the page)
Retrieving variables
Open the developer console by pressing F12
Switch to the "Console" tab (click on the expander to the right if you're not seeing this tab)
Chrome:
Firefox:
Type in the desired variable and hit Enter
Inspecting the background page
Chrome
Open the extensions page via the address bar by visiting chrome://extensions