Hi,

On Tue, Jul 1, 2008 at 9:31 AM, Burghard Britzke
<[EMAIL PROTECTED]> wrote:
> is it possible to get some debugging info about what is going on at the
> client when pressing some link or button?
> It seems that nearly every thing is coded in the (Debug)Common1_2_8.js. but
> how to get info about infos about the state of its objects at some points?

This file is created out of several smaller files. And yes, therefore
it has everything inside.
For debugging I'd do the following:
-Get Firebug
-check the HTML source what JS function is executed on the click
-find the func in the JS file, set a breakpoint
-do the click and debug through it

Greetings,
Matthias

>
> burghard.
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Reply via email to