xdebug + netbeans + xampp

Hello,

I am trying to configure xdebug for my yii application and is working fine now except one thing, for every request the debbuger stops on the first line of index.php and there is no breakpoint.

Anybody found a solution for this?

In Netbeans Tools -> Options -> PHP -> General -> Debugging, uncheck Stop at First Line (Netbeans 6.9.1).

Regards