I think Firebug can help with this. If you open the "Net" tab, you can see the ajax requests. Then click on the ajax request that errored. I think you can look at the exception in html down in the firebug window, or possibly click open in new tab to see it bigger. I'm not doing it right now, so my instructions may be a little off, but I'm pretty sure I remember doing something like this.
Alex On Sep 7, 3:10 pm, Phlip <phlip2...@gmail.com> wrote: > Djangoists: > > Under runserver, when I click on an Ajaxy thing on my web site, and > its handler throws an exception... > > ...the console says nothing (in DEBUG = True mode) > > ...and Django renders a beautiful HTML exception report > > ...and sends this over the wire into my browser > > ...who then throws it away because it's not Ajax > > ...and I must dig it out with a developer toolkit tool > > ...and paste it into a file yo.html > > ...and render this in a browser > > ...to see the actual error. > > I'm probably missing some configuration option, subsidiary to DEBUG > mode. (v1.2, BTW) > > How do I get Ajax errors to print a simple exception trace to STDOUT, > instead of going through all that baloney? > > -- > Phlip > http://c2.com/cgi/wiki?SamuraiPrinciple<-- re: django.db! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.