In Firefox if there is a JavaScript error or anything like that it shows up in the Error Console. I have a problem on my site that only seems to happen in Chrome, and I think it’s a JavaScript error. I can’t find anything remotely related to an error console like in Firefox. So how the heck do I debug it? (Yes, I am new to web development.)
EDIT: I don’t think I worded this correctly. I do know about the dev tools in Chrome, but they aren’t showing me anything at all, at least that I can see. The console shows no error or warnings, only a blank box.
EDIT again: Found it wasn’t a javascript error like I thought, but a problem with a plugin I was using on the site. That would explain why I was getting nothing in the console.
Yes….
It has a console….
CTRL+SHIFT+I or F12
But seriously….