Link to home
Start Free TrialLog in
Avatar of APD Toronto
APD TorontoFlag for Canada

asked on

Javascript Debugger

Hi Experts,

Is there a Javascript debugger that works similar to Internet Explorer's F12?

IE is causing some issues on my PC, so I would like to avoid it, but I would like to set break points, see runtime values, etc. I also have Firefox, Chrome and Safari, do they have like that, or I can install something else?

Thank you
Avatar of chaau
chaau
Flag of Australia image

Firefox has it, so does Chrome.
In Firefox you can access debugger using menu Tools->Wed Developer->Debugger (keyboard shortcut: Ctrl+Shift+S)
In Chrome you access the developer tools via the hamburger button on the top right corner->More Tools->Javascript Console (shortcut: Ctrl+Shift+J).

They work similar to F12 in IE
Avatar of APD Toronto

ASKER

I found it in both, but how do you see any JS errors in Chrome?

As well, anything in Safari?
ASKER CERTIFIED SOLUTION
Avatar of chaau
chaau
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial