What is the best way to debug JavaScript in Google Chrome?
-
I currently use Firefox/Firebug to debug JavaScript, but I use Chrome on Mac as my default browser. What are tips for using the JavaScript Console or other extensions on Chrome?
-
Answer:
You can install Firebug Lite in Chrome, if you are familiar with it. There are some features not present in this Lite version, all info is found here: https://getfirebug.com/firebuglite I assume that mentioning "JavaScript Console" you are meaning the chrome dev tools, not just the console, you can find valuable information here: http://code.google.com/chrome/devtools/docs/overview.html Some extra tips I could give are: Lauching the debugger directly from your source code is useful, do it writing "debugger;". You must also know that you can set breakpoints on dom nodes modifications: head to the "Elements" panel, then right-click on a node, mark any of the "Break on..." options.
Josep Llodrà Grimalt at Quora Visit the source
Other answers
The Chrome Developer Console is a good starting point. Some useful info can be found on next webpages: https://developers.google.com/chrome-developer-tools/docs/scripts-breakpoints http://odetocode.com/blogs/scott/archive/2012/03/13/debugging-javascript-with-chrome.aspx
Jordi Buskermolen
Related Q & A:
- What is the best way to distribute an audio/video feed from a computer to TVs over existing indoor coax cable?Best solution by Audio-Video Production
- What is the best way to clean LEGO bricks?Best solution by bricks.stackexchange.com
- What is the best way to make UI for an Isometric game in Java?Best solution by Game Development
- What is the best way to calculate a date difference?Best solution by Stack Overflow
- What is the best way to count lines in file?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.