netbeans xdebug

Why netbeans on debug mode always stops at file index.php line “$yii=dirname(FILE).’/framework/yii.php’;”??

What’s the best way to debug yii?

trace? log?

with this ones it is very confuse to see in the log file because all warnings and passes are showed

Hi zipzap,

I guess you have checked (or, leave checked since it’s the default) the “Stop at first line” in Debbugging options.

thanks you.Do you know why netbeans doesnt display all variable values?