PHP ZF: I can't debug my IndexController.php actions code
Posted
by overthetop
on Stack Overflow
See other posts from Stack Overflow
or by overthetop
Published on 2010-05-26T07:03:47Z
Indexed on
2010/05/26
9:11 UTC
Read the original article
Hit count: 273
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.
© Stack Overflow or respective owner