Hi, I'm using Firebug 1.5.3 with Firefox 3.6.3 on Ubuntu. On the server side, I use django 1.1.1 with the Werkzeug debugger (from django-extension).
I find this setup great for debugging errors, but I have a problem with errors inside XHR request. I try to explain better: Werkzeug shows a very useful debugging page (with an interactive python console) when a django/python error happens. With a normal HTTP request, the debugging page is shown correctly in firefox, but if the errors happens in the middle of an XmlHttpRequest, the Werkzeug debugging page is shown under: Firebug -> Net > XHR -> [ERROR ITEM] -> HTML and here Werkzeug complains because Javascript is not enabled (so no python console) Opening the error page in another tab (right-click on HTML label -> open in new window), doesn't solve the problem. The url begins with data:text/html;base64 ... but I still see the stripped down error page without javascript enabled. Any solution ? Why there is no Javascript available to server error pages ? Here is the error I get from the debugger: The debugger caught an exception in your WSGI application. You can now look at the traceback which led to the error. If you enable JavaScript you can also use additional features such as code execution (if the evalex feature is enabled), automatic pasting of the exceptions and much more. Brought to you by DON'T PANIC, your friendly Werkzeug powered traceback interpreter. Thank you, Roberto Sebastiano -- You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en.
