Debugging in Browsers
Here are links to documentation about the inspectors/debuggers in several browsers:
- FireBug for FireFox
- Google Chrome Developer Tools
- Wait, DevTools could do that? (advanced tips for Chrome)
- Developing Web Content for Safari
- Safari Developer Tools Guide
- Using iOS Simulator
- Internet Explorer Developer Tools
- Opera DragonFly
- 25 Secrets of the Browser Developer Tools
- 18 Developer and Debugging Tools
Remote Debugging
Here are the names of some debugging tools for JavaScript on handheld devices as reviewed by Suyash Joshi, March 12, 2012. A link to his presentation slides is : HERE
- weinre from PhoneGap, on GitHub
- Adobe Shadow, this looks very comprehensive
- WebKit Web Inspector Intro and Resources by WhoIsHostingThis.com
- Remote Debugging in Mobile Safari
- iWebInspector
- jsconsole
- socketbug
- Google Chrome For Android, with remote debugging
Here is a relatively new resource for Safari on iOS:
Nice collection