Question

I'm developing in NetBeans a CakePHP application and finally managed to get it connecting to XAMPP debugging sessions (PHP 5.3.1 w/ Xdebug v2.0.6-dev).

It perfectly works when launching, it does pause the application on the first line.

However any further breakpoint I set is completely ignored. It does not break nor pause; it just runs to completion.

xdebug.extended_info is set to 1 and I tried with a barefoot php project without any framework magic and there breakepoints worked as expected.

What the hack? I would like to be able to use breakpoints in (Cake)PHP.

Was it helpful?

Solution

Try to set the webroot correct to the cake-webroot-dir in project-properties

Another thing, take a look here:

http://groups.google.ch/group/cake-php/browse_thread/thread/73bcf80a3d626c75

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top