Hi,
I have a very strange problem when using console.log() and related
functions. Shortly, logging messages from my two different functions
gets mixed up in console. I don't know, whether those functions are
executed as deferred, since it's executed by some library and I
haven't invested time to inspect it deeper, but when I turn off
firebug and implement console object myself, writing the logging
output into some tag, messages are displayed in correct order. Also
when I put break points at the beginning of that functions, it's ok
although I just pass it on when program hits that breakpoint.

Is it possible that call to console.*() gets executed in another
thread, allowing execution of deferred function in the original
thread? It's crazy, but I don't have other explanation.

--

You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.


Reply via email to