YiThrows exception on any function call when using Xdebug,works when not debug

1896 ワード

http://www.yiiframework.com/forum/index.php/topic/42973-netbeans-xdebug-not-working-with-yii-only/ 
 
 
Posted 04 May 2013-10:06 AM
Hi Boil、I think that if code execution stop on your breakpoint and you see the variable values、your Yi-PHP and Xdebug environment is properlyconfigred.
However,the screenshot shows that you are trying to get a property which is not included in the class UserIdentity.
Have you added some kind of watch expression over「content」?
Leandro
View Post Boil、on 04 May 2013-02:35 AM、said:
ハイ
First of all I'd like to say hello、since I am a new member of the forum!I have to say that I have a great creators.
I was trying to debug the Blog tutoral ap and faced the follwing proble m:
After I set breakpoint it works fine(it goes to the place I set and shows variable values and stuff)、but trying to step over(or step in)a code line it brigs me to 
publicfunction handleException($exception){...}
.
So I tried to put multiple breakpoints and“run”between them,but then i get the following report.
Any clue how to reconfigre netbeans/xdebug/php.ini?
Netbeans and xdebug without yii works like a charm.
Cheers
ボイル