ok! I tried it with firebug before but it is a little bit tricky to find the right location for the breakpoint in a 30,000 lines code without a search funktion. so my question is: does trinidad deliver the same script file for every request? because you told me that it is build out of many smaller files.

sincerely,
burghard.

Am 01.07.2008 um 09:57 schrieb Matthias Wessendorf:

On Tue, Jul 1, 2008 <[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

Reply via email to