On May 11, 1:53 pm, Joshua Russo <joshua.rupp...@gmail.com> wrote: > I'm currently using Netbeans 6.5 with the Python plugin. I was just > wondering what everyone else is using because NB is a bit buggy with > the Python plugin at the moment.
I've never seen the need for anything better than plain old pdb. You can insert a breakpoint anywhere in your code by simply adding 'import pdb; pdb.set_trace' at the relevant point, then step through from the command line. On a Mac, there's a handy plugin for TextMate that shows the current line of code from your project as you step through. There is a visual debugger called WinPdb (despite the name, it's not just for Windows), which is quite good but I found it overly complicated. -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---