Good PHP Ide for debugging Codeigniter? Good PHP Ide for debugging Codeigniter? codeigniter codeigniter

Good PHP Ide for debugging Codeigniter?


Here is how to configure PhpStorm to use XAMPP as the web-server and how to install the debugger.

  1. The first thing you need to do is to configure a debugger in your php.ini. Am currently using Xdebugger, if you use this one then just follow these easy instruction click here. Copy the info form php_info() and paste it into that white box. Then download the *.dll file they give you (for windows) and paste to the folder they ask you to.

  2. The second thing you need to do is to configure the PHP interpreter. Follow the images.

    Click on file and then settings

Click on PHP and then the browse button in the interpreter section.enter image description here

Click on the plus sign and then other localenter image description here

Get the PHP home path e.g /xampp/php/enter image description here

Then test it, you should be able to use with the browser and in the console (if your only doing stuff with PHP)enter image description here


If you want to try something new, Try Cloud9.

  • Online IDE (I love this)

  • you can setup project from FTP

  • can sync with GitHub, BitBucket,

  • can debug/Run

I need https for some of my project testing, thats why I searched and found this.

hope this help.


I highly recommend Codelobster.It has free PHP debugger and special plug-in for CodeIgniter autocomplete.