Re: more debugging functionality -- test-run functions

2009-07-15 Thread Canny
Fantastic! Thank you. -- Canny On Jul 14, 11:37 am, johnjbarton wrote: > Firebug > Console > Command Line > "foo(input args)" > > jjb > > On Jul 14, 8:28 am, Yan Huang wrote: > > > Hi, > > > Sometimes I want to test run a JavaScript function, say foo(), in a page > > while I am debugging a web

Re: more debugging functionality -- test-run functions

2009-07-14 Thread johnjbarton
Firebug > Console > Command Line > "foo(input args)" jjb On Jul 14, 8:28 am, Yan Huang wrote: > Hi, > > Sometimes I want to test run a JavaScript function, say foo(), in a page > while I am debugging a web application. To see the behavior of invoking > foo(), perhaps I would rather load the pag