Re: How to debug ajax transfer

2006-07-21 Thread limodou
On 7/21/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > > I use FireBug https://addons.mozilla.org/firefox/1843/ with > mozilla. > it lets me see each Ajax request, with the responses in a separate window. > (so you can see the actual exception). > so do I. > (I also put modified the debug.py so it

Re: How to debug ajax transfer

2006-07-21 Thread Ian Holsman
I use FireBug https://addons.mozilla.org/firefox/1843/ with mozilla.it lets me see each Ajax request, with the responses in a separate window.(so you can see the actual exception).(I also put modified the debug.py so it prints a stack trace at the very top of the HTML as well)regardsIanOn

Re: How to debug ajax transfer

2006-07-21 Thread limodou
On 7/21/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Fri, 2006-07-21 at 15:53 +0800, limodou wrote: > > On 7/21/06, limodou <[EMAIL PROTECTED]> wrote: > > > Recently I wrote some ajax code in my django project. And as I > > > invoking xmlhttprequest to call view methods, and sometimes

Re: How to debug ajax transfer

2006-07-21 Thread Malcolm Tredinnick
On Fri, 2006-07-21 at 15:53 +0800, limodou wrote: > On 7/21/06, limodou <[EMAIL PROTECTED]> wrote: > > Recently I wrote some ajax code in my django project. And as I > > invoking xmlhttprequest to call view methods, and sometimes I see > > nothing happened in browser, but I found some messages in

Re: How to debug ajax transfer

2006-07-21 Thread limodou
On 7/21/06, limodou <[EMAIL PROTECTED]> wrote: > Recently I wrote some ajax code in my django project. And as I > invoking xmlhttprequest to call view methods, and sometimes I see > nothing happened in browser, but I found some messages in development > server's log output, just like: > >

How to debug ajax transfer

2006-07-21 Thread limodou
Recently I wrote some ajax code in my django project. And as I invoking xmlhttprequest to call view methods, and sometimes I see nothing happened in browser, but I found some messages in development server's log output, just like: [21/Jul/2006 08:35:36] "POST /easyadmin/add/users/TPermission/