- ARCHIVE / TAG ARCHIVE
- Django debug toolbar
Django Debug Toolbar 0.8 from Idan Gazit on Vimeo. This is just an amazingly useful application you might want to add to your django development tools. Installation is a breeze: $ easy_install django-debug-toolbar … Then you need to add some parameters to your settings.py, as explained here. It’s likely that you don’t want the debug-toolbar […]
- Python debugging and Textmate
I’ve never realized that among the many things Textmate does well there’s also python debugging. Well, to be precise Textmate doesn’t do much as it just relies on python’s default debugger, called PDB. Ok, probably PDB isn’t the cutting edge debugger you’re looking for, but it’s worth a try imho. Nothing to install in order […]