The JavaScript Debugging Console
Sign Up for Our Free Newsletters
Thanks, You're in!
JavaScript Categories
- Javascript Tutorials
- Problem Solving
- JavaScript Testing
- Controls and Widgets
- Validate Form Content
- Regular Expressions
- Animation and Special Effects
- Creating and Modifying Browser Windows and Frames
- Image Manipulation
- Asynchronous Javascript and XML
- Bookmarklets and User Scripts
- Online JavaScript References
- JavaScript Fundamentals
- Add Pre-written JavaScripts to Your Web Pages
- Learn to Write Your Own JavaScript
- Updated Articles and Resources
Images 1-11 of 11
- Accessing the Debugging Console…Accessing the Debugging Console in Safari
- The Safari version of the…The Safari version of the Debugging Console
- Accessing the Debugging Console…Accessing the Debugging Console in Google Chrome
- The Google Chrome version of…The Google Chrome version of the Debugging Console
- Accessing the Debugging Console…Accessing the Debugging Console in Opera
- The Opera Dragonfly version of…The Opera Dragonfly version of the Debugging Console
- Accessing the Debugging Console…Accessing the Debugging Console in Internet Explorer
- The Internet Explorer version…The Internet Explorer version of the Debugging Console
- You Need to Obtain And Install…You Need to Obtain And Install The Venkmann Extension For Firefox
- Accessing the Venkmann…Accessing the Venkmann Debugging Console in Firefox
- The Firtefox Venkmann version…The Firtefox Venkmann version of the Debugging Console
All modern browsers (with one exception we'll get to later) have a debugging console built into the browser to assist you in debugging your JavaScript. All of the debuggers provide basically the same options once you have it open. The biggest differences are how you access the debugger in the first place and what the debugger looks like once you have it open.
We'll look at how to open the debugging console from each of the different browsers and then at what the debugging console looks like in that browser. In the case of Firefox (the one browser that doesn't have a debugging console built in), we'll first look at where to download the Venkmann debugging console extension so that you can install the same debugging functionality into that browser as the other four have built in.
JavaScript Essentials
- Everything You Need to Learn JavaScriptOnline JavaScript References
- Choosing Pre-Built ScriptsJavascript Script Library
- How to Identify and Fix Common Javascript ErrorsProblem Solving
- Tools for Making JavaScriptJavascript Tutorials
- How to Split Webpage JavaScript into Separate FilesImproving Your JavaScript