Debugging JavaScript – Beginner to Advanced in One Video




Debugging Javascript – 0 (Beginner) to Heisenberg (Advanced)
This presentation takes you from beginner to advanced javascript debugging using Chrome developer tools, jsHint, and custom tools.

Source files used in video are at: https://github.com/cmorrow/debugging-js-samples

I’m so happy my video has helped many of you. I will work on creating more videos with a better mic setup and a drink of water… 🙂

Original source


27 responses to “Debugging JavaScript – Beginner to Advanced in One Video”

  1. i need my samsung Tab to be debugged in fire fox …this firefox.. extention not helping for me
    is there any way to debug ,,i tried with WEBIDE and remote enabling option on both device and desktop
    but did not get any solutions…..PLZ let me know that will be of great help

  2. When I'm running your project the mistake occurs. Maybe someone could help me " Error in event handler for (unknown): TypeError: Cannot read property 'state' of null
    at CSRecorder.onQueryStateCompleted (chrome-extension://cplklnmnlbnpmjogncfgfijoopmnlemp/content_scripts/recorder.js:106:17)"

  3. Thank your for a really helpful introduction to Dev Tools which were a bit of a black box to me beyond elements and the console. Really interesting was to learn where content scripts could be found because I am working on a chrome extension for content scripting another web site. The main code may be of interest but where, I wondered, were my content scripts? Now I know where to find them – thank you!

  4. Awesome and helpful tutorial! Thank you! Now I can deal with JavaScript defects with the right mind. And I loved your Breaking Bad theme. It worked pretty well in this tutorial!! Thanks again!

Leave a Reply