`runserver_plus` from django-extensions together with Werkzeug's debugger is a great tools, but ipython console is more greater! Usualy than I work with site on dev server, I have already opened in IDE the project sources.
On Thu, Feb 10, 2011 at 2:19 PM, Benjamin Wohlwend <[email protected]>wrote: > Hi, > > On Thu, Feb 10, 2011 at 8:44 AM, Matteius <[email protected]> wrote: > > > > What I want to see (and possibly the closest I've seen it with was a > > video on the django_command_extensions) is an interactive debugger > > built into my test-dev server so I can have break pts, switch logic > > values in place, etc. dynamically on the test-dev server. > > > > Have you guys looked at django-extensions[1] `runserver_plus` together > with Werkzeug's debugger[2]? On an exception, the error page provides > an interactive console on every level of the stack trace. No need to > modify Django, it just works(tm). > > Regards, > Benjamin > > [1]: https://github.com/django-extensions/django-extensions > [2]: http://werkzeug.pocoo.org/docs/debug/ > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Alex Kamedov skype: kamedov www: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
