Preferences -> System Preferences -> MySQL -> Start MySQL ServerOpen Komodo Go to Komodo -> Preferences -> PHP -> Debugger Configuration should read "WARNING PHP is not configured for debugging. You can use the configuration wizard to configure PHP for debugging."Open Finder -> /users/kent/komodo/iniDelete php.iniOpen Finder -> /users/kent/komodo/extensionsDelete xdebug.soGo to Komodo -> Preferences -> PHP -> Debugger Configuration -> * Click "Debugger Config Wizard "* Click Continue* Keep PHP path set to /usr/local/php5/bin/php* Click Continue* INI file to be copied: "/usr/local/php5/lib/php.ini" & Put debug version of ini at: "/Users/kent/komodo/ini"* Click ContinueChange use this extensions directory to "/Users/kent/komodo/extensions"* Click Continue* Ready to Install -- Click Continue* Finished with Installation -- Click DoneClick "Okay" to Close PreferencesGo to Komodo -> Preferences -> PHP ->Debugger Configuration should now read "PHP is configured for debugging. You can use the configuration wizard to reconfigure if you have changed our primary ini file."Place phpinfo.php file that calls phpinfo() in / library/webserver/documentsOpen Firefox and go to x/phpinfo.php?XDEBUG_SESSION_START=1This will initialize KomodoGo to Komodo -> Debug -> "Listen for Debugging Connections"Replace "/users/kent/komodo/extensions/xdebug.so" with "/usr/local/bin/xdebug-2.0.0RC3/xdebug-2.0.0RC3/modules/xdebug.so"cp /usr/local/bin/xdebug-2.0.0RC3/xdebug-2.0.0RC3/modules/xdebug.so /users/kent/komodo/extensions/