Debugging Php Code For Yii Framework

Dear All memebers,

Is there any deugging application for php yii framework’s code.

plz advise.

thanks

For general in-browser debugging, I use this extension to expose variables, logs…etc:

http://www.yiiframework.com/extension/yii-debug-toolbar

For detailed debugging (stepping through code), I am using xdebug, which is built into netbeans, and seems to be the defacto standard for php debugging. More info on setting up a netbeans/xdebug environment here:

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