After many problems with compiling php, xdebug, etc, I've finally got the Debugger Wizard to configure debugging without any errors. However, When I click, debug, step into to start the debugger, I get the error messagephp is not configured for debugging. Any assistance would be appreciated.
Thanks,
Brett
What PHP are you using? Please be aware that the PHP Apple supplies with OS X will not work with Xdebug. For more on this, please see this blog post:
http://www.openkomodo.com/blogs/jeffg/php-leopard-or-how-use-mamp-instea...
--
JeffG
Thanks yeah I recompiled PHP and copied that one over... What seemed to do it was restarting Komodo.
Thanks for your help,
Brett
I'd shy away form *replacing* /usr/bin/php, as that will in turn get nuked the next time Apple updates it in a security update or something. If you're going to compile PHP yourself, maybe set the prefix to /usr/local/bin or something instead?
--
JeffG
ahh, good point.... I'll change it. Thanks Jeff