Suggested IDE with Debugger

I’m a newcomer to Yii and would appreciate your suggestions on what IDE I should use. I’m primarily looking for effective debugging with possibly code completion features.

Thanks

Eclipse Available for Configure and Run PHP Code

Good for Development environment

Just Check Following may help Full

http://yiiclipse.maziarz.org/

Thank you. I’m currently using NetBeans, which is not very effective in viewing the PHP errors. I will try the Eclipse + YII.

PhpStorm is also fine with Yii and XDebug.

Many thanks, quite awesome write-up.

To use Netbeans properly there is some setting up to do. You’ll need to do the same with Eclipse although I find it much less friendly than Netbeans and it runs much slower (in my opinion).

There is a great tutorial to get you started with Netbeans here:

http://www.yiiframework.com/wiki/83/netbeans-ide-and-yii-projects/

It even includes xdebug and Selenium setup.