Hi
I'm new to php and I'm using xampp, eclipse pdt, xdebug. I've set xdebug so that I can debug my site on apache but when I click 'debug as web page' in the eclipse ide only the breakpoint in the public/index.php and in the views get hit. If I put a breakpoin here
public function indexAction()
{
// action body
$this->view->s = "deam";
}
the debugger don't stop?! why is that? I can't debug the most important part of my application. :( Plese help me with this.