As a comparison I have to say that Wing IDE has a very nice Python
debugger (fast and it works).  I haven't used Komodo in a while but I
remember my biggest issue with it was that its debugger stopped at
exceptions that truely were handled, and that it was slow.

For django I set my manage.py file as the main debug file, and then
add --noreload --settings=devsettings (my settings for running a test
server) in the debug run arguments and I can run the dev. server
locally to debug.

There may be better editors I don't know, but I find that I'm always
comparing them to what I can do in Wing.

Brandon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to