Hi,

On Thu, Feb 10, 2011 at 8:44 AM, Matteius <matte...@gmail.com> 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 django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to