Whenever I search for PHP source level debugging, it seems to point me to either Xdebug or Zend. But I can never seem to find a current, valid set of instructions on setting it up.
I want to do source level debugging of my PHP code, on my Mac OS X 10.5.6, MacBook Pro. Has anyone actually succeeded at this themselves?
- Managing Spam via IMAP
- Computer Virus On My Computer- Never!
- How To Determine The Origin Of Spam?
- 2008: Major Concerns for Network and Systems Administrators
- Spam Filtering
- How Anti Spam Software Works
- How Bayesian Spam Filters Work
- Google’s Tag To Remove Content Spamming
- What is the Point of Do-follow Links on Blogs?
- MBR_CHECKSUM_MISMATCH Hard Drive Error and Recovery


I don’t have time to look into this in detail, but I DO have this working on my Mac setup.
You need to install the Xdebug extension on your web server. Then grab MacGDBp:http://www.bluestatic.org/software/macgd…
It’s a beautiful front-end that will let you walk through your PHP scripts, set breakpoints, etc.
Here’s the help page that explains how to set it up:http://www.bluestatic.org/software/macgd…