28th July, 2009

Debugging Django with Komodo IDE

Make sure Komodo IDE is listening for debugging connections (debug menu), then open debug -> listener status and find the port it's listening on.

/Applications/Komodo\ IDE.app/Contents/SharedSupport/dbg/bin/pydbgp -d localhost:DEBUG_PORT_NUMBER manage.py runserver --noreload

Should do the trick

 

The opinions expressed here are my own and not those of my employer.