debug / trace Yii framework application

Hi,

how to debug / trace Yii framework application ?

Thanks,

Vilas

Here is a thread about debugging - http://www.yiiframework.com/forum/index.php?/topic/1494-

simply use xdebug in netbeans

set debug parameter as a true in your production environment in index.php file…that will be enough to track yii application code… :)