Hi, Frankie Robertson wrote: > In general I find it to be quicker to > have a quick read of the documentation, or, as a last resort, ask on > IRC than to debug when using django
yeah, but nothing can really replace a debugger for err.. debugging :) specially when it comes to solving problems that persist even after reading the docs. I'm still used to printing vars to the screen (as I used to do in PHP), but that doesn't seem to be a practical way to solve problems in a django app (I'd have to change my templates every time I'd need to print a new var). To use a proper debugger (with breakpoints and such) seems like the right way to go, but I haven't add any luck with it so far. I quite liked debugging from within Pyscripter, but couldn't really make it work with a django app, so I'm back at the start. Rephrasing my initial question a bit, can someone advise me on an IDE in which to build a django app that will allow me to "graphically" use a debugger? (ie, place breakpoints, inspect values in vars, see the current execution stack, etc) Cheers, Filipe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---