I'm seeking an analogue of xdebug tracing (it produces a file where
are displayed all functions calls in chronological order). It is very
useful when I explore "foreign" code. Are there any analogues in
FireBug?
And if no, is it available to create one?
I found a profiler in FireBug which displays all functions but not in
chronological order.
Thanks!

P.S. I include some strings from Xdebug's tracefile
TRACE START [2010-08-30 04:13:47]
    0.0584      68488     -> microtime(TRUE) C:\xampp\htdocs\index.php:
38
                           >=> 1283141627.09
    0.2548     108584     -> require_once(C:\xampp\htdocs\include
\entryPoint.php) C:\xampp\htdocs\index.php:39
    0.2549     111976       -> defined('sugarEntry') C:\xampp\htdocs
\include\entryPoint.php:2
                             >=> TRUE
    0.2549     112000       -> microtime(TRUE) C:\xampp\htdocs\include
\entryPoint.php:89
                             >=> 1283141627.29
    0.2551     112056       -> dirname('C:\\xampp\\htdocs\\include\
\entryPoint.php') C:\xampp\htdocs\include\entryPoint.php:92
                             >=> 'C:\\xampp\\htdocs\\include'
....
etc.

-- 
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