How do I set up PHP profiling on Eclipse?
Posted
by kalengi
on Stack Overflow
See other posts from Stack Overflow
or by kalengi
Published on 2010-04-28T11:46:02Z
Indexed on
2010/04/28
12:03 UTC
Read the original article
Hit count: 174
I have set up Eclipse PDT on Galileo. I'm able to run and debug PHP sites that are set up on XAMPP. The thing is, I want to profile one of the sites, but cannot for the life of me figure out how to set this up. There is a profiling menu when I right-click the PHP project, but no indication of how to proceed from there. BTW I'm using Xdebug as the debug engine.
© Stack Overflow or respective owner