views:

93

answers:

1

Can I configure mod_php, XDebug, or Eclipse (or some other free program) to print to file the code that is executed? And if so can I limit it to function calls to keep it somewhat readable?

+1  A: 

I use xdebug for that, and webgrind to view the results.

Jeremy Kendall
Excellent. I'm already using XDebug. I knew it had to have some kind of logging.
Fletcher Moore