Page 1 of 1

PHP extension?

Posted: Sat Nov 04, 2006 3:58 pm
by alex.barylski
Edit: I should note that something of a source browser would be handy too...so I can follow includes, etc without looking at source code??? Sounds like runkit might be interesting...

I need an extension which allows execution logging, etc...I've inherited some code and I'm having a heck of time following the execution paths...

I'd like to know which functions, etc were called and in what order, etc up to the point where I have echo'ed text to the screen???

I'm sure there is an extension...but before I go searching...anyone know of something which sounds like it might be of interest to me???

feyd...I know you have something up your sleeve...come on now...spill the beans :)

Posted: Sat Nov 04, 2006 3:59 pm
by Chris Corbyn
Xdebug. I think tracing is what you're after :) XDebug can do alot more for you too.

Posted: Sat Nov 04, 2006 4:15 pm
by alex.barylski
Yes...I believe that is what I was searching for...although a source browser would be nice as well... :P

Posted: Sat Nov 04, 2006 5:42 pm
by Maugrim_The_Reaper
XDebug2 rules...:)

Posted: Sun Nov 05, 2006 11:50 am
by alex.barylski
i'll look into that :)