Debugging Joomla with Komodo IDE: Difference between revisions
From Joomla! Documentation
| Line 16: | Line 16: | ||
Open up preferences select--> languages -->PHP | Open up preferences select--> languages -->PHP | ||
Under the label default php interpreter browse to | |||
/applications/joomla-3.4.3-1/php/bin/php | |||
[[File:komododebbugingsetup.png| | Under the label default composer interpreter browse to | ||
/applications/joomla-3.4.3-1/php/bin/php | |||
Under the label path to alternative PHP configuration file browse to | |||
/applications/joomla-3.4.3-1/php/etc/php.ini | |||
[[File:komododebbugingsetup.png|left|Setup for debugging.]] | |||
== Test setup == | == Test setup == | ||
Revision as of 12:46, 25 July 2015
Installation
Download and install Komodo IDE
Download and install Komodo ide
Create a project
Create a project in your installed MAMP
located on a MAC /applications/joomla-3.4.3-1/apps/joommla this will display all files in the left side panel of the IDE.
This will allow you to directly edit and debug your code.
Configure IDE for debbugging
Open up preferences select--> languages -->PHP Under the label default php interpreter browse to
/applications/joomla-3.4.3-1/php/bin/php
Under the label default composer interpreter browse to
/applications/joomla-3.4.3-1/php/bin/php
Under the label path to alternative PHP configuration file browse to
/applications/joomla-3.4.3-1/php/etc/php.ini

Test setup
With version 9.x of Komodo IDE