Tag debugging
Django Debug Toolbar
David Cramer and Rob Hudson have published a great debugging toolbar that has plug-in 'panels' to give quick access to useful debug tools such as a SQL query list, profiler, cache stats, HTTP POST & GET variables, and more.
I've always included a "debug.html" in my page footer but it only shows me SQL queries and execution time. I think django-debug-toolbar will now quickly become part of the standard toolkit of many serious Django developers, myself included.
Thanks to David & Rob for sharing!
http://www.davidcramer.net/code/280/django-debug-toolbar.htmlMy DebugBar / CompanionJS
CompanionJS is a javascript debugger for Internet Explorer, somewhat similar to FireBug for Firefox. Looks like it'll be a useful tool for finding & fixing JS bugs in IE prior to deploying projects, as like most web developers IE isn't exactly my browser of choice.
http://www.my-debugbar.com/wiki/CompanionJS/HomePage