There are a number of steps to ensuring we get all the applications communicating with each other.
- Download and install the Apache 1.3 / PHP 4.3.11 installer package from entropy.ch
- Download and install Activestate Komodo, (you can get a 30-day version so you can try before you buy). I am using version 3.5 personal edition.
- Run Komodo.
- Select Komodo → preferences from the menu
- Expand the Languages Category on the left of the dialog box, and select PHP. You should now see something like the following:
PHP Preferences in Komodo
Now we need to ensure we are using the correct php, and that we select this as the Default PHP Interpreter. So at the terminal check what php is being picked up in the path using the which command, then find out what php version we're using and whether it has Xdebug.
Now Path to alternative PHP configuration file is where we'll store a php.ini and Xdebug library so specify somewhere under your home directory. The php.ini file will contain debug variables defining how we want to debug. I created a Komodo directory and a debug subdirectory to it to store mine.
Let's click on the Debugger Config Wizard button and setup the debugger.
Recent comments
2 days 22 hours ago
4 days 23 hours ago
5 days 20 sec ago
5 days 1 hour ago
1 week 12 hours ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago