I use firebug, but be aware if you cause an error during an event loop (be
it start up or onclick) the whole application is hosed and you will receive
a ton of pretty meaningless errors.
My development process usually involves compiling to flash till the
application runs completely error free.
Then I test in DHTML. If I get any errors I usually only investigate the
first one. Then I try it again.
Worse case scenario I start wrapping suspicious sections of code in try{ }
catch(e){} blocks to see if I can catch the error.
Hope that helps..
Z
On 5/8/07, mt1 <[EMAIL PROTECTED]> wrote:
Hi all,
How do you debugging in DHTML mode?
I have just start to use Firebug, and it is great tool for debugging Ajax.
In the case of OL4 also can use it, but the report of errors and
warnings are
mysterious for me, and it cannot change the code according to them
directory.
Cause of them, i feel it hard to use for OL4.
So let me know what are you using debugging tool for OL4's DTHML ?
thanks,
mt1