Same approach also works with the built-in Chrome DevTools if you're using that browser.
On Jul 28, 6:11 pm, Thadeus Burgess <thade...@thadeusb.com> 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 PM, Kenneth <kenneth.t.lundst...@gmail.com> > wrote: > > Hello, > > > I'm trying to make a ajax call but keep getting > > document.getElementById(t) is null from row 32 in web2py_ajax.html. > > > How can I debug what t is in the getElementById(t)? > > > Kenneth