Re: [web2py] Re: Debugging ajax call

2010-07-28 Thread Thadeus Burgess
I think Opera does as well. You can download a plugin for IE that can serve in a limited functionality too, at least enough to figure out why IE likes to mess everything up =) -- Thadeus On Wed, Jul 28, 2010 at 6:19 PM, MikeEllis wrote: > Same approach also works with the built-in Chrome Dev

[web2py] Re: Debugging ajax call

2010-07-28 Thread MikeEllis
Same approach also works with the built-in Chrome DevTools if you're using that browser. On Jul 28, 6:11 pm, Thadeus Burgess wrote: > use firebug, set a breakpoint in the javascript and look at the > current stack at that point using firebug. > > -- > Thadeus > > > > On Wed, Jul 28, 2010 at 4:41