Submitted by Anonymous on Fri, 02/05/2010 - 12:19.
Hi Boaz,
Great tutorial. I trying to get this to work with xampp, eclipse and xdebug, although I have the same problem with the zend debugger.
The debugger steps in and breaks at break points I place at function declarations in my .module files.
The problem is that if I try to "Step into" the functions, the debugger jumps to the next function call, and doesn't allow me to debug the code inside each function.
I guess this is not a limitation of the debugger, but something I configured\doing wrong.
I don't have the same problem with index.php, and the debugger behaves there as expected.
xdebug in .module files stops only at functions
Hi Boaz,
Great tutorial. I trying to get this to work with xampp, eclipse and xdebug, although I have the same problem with the zend debugger.
The debugger steps in and breaks at break points I place at function declarations in my .module files.
The problem is that if I try to "Step into" the functions, the debugger jumps to the next function call, and doesn't allow me to debug the code inside each function.
I guess this is not a limitation of the debugger, but something I configured\doing wrong.
I don't have the same problem with index.php, and the debugger behaves there as expected.
Any suggestions?
Cheers
Zion