Hi,
I'm trying to find my way around cake and having trouble as I'm new to
it.
I'm trying to find debug methods to debug the application I'm
building.
So far I installed xampp and the zend debugger so the phpinfo show:
Expose Zend Debugger always
Passive Mode Timeout 20 seconds
Directive Local Value Master Value
zend_debugger.allow_hosts 127.0.0.1 127.0.0.1
zend_debugger.allow_tunnel no value no value
zend_debugger.connect_password no value no value
zend_debugger.connector_port 10013 10013
zend_debugger.deny_hosts no value no value
zend_debugger.httpd_uid -1 -1
zend_debugger.max_msg_size 2097152 2097152
To develop and debug I use eclipse pdt all in one.
next I was able to debug a single page php application(not cake
related) , but I put a breakpoint in one of the cake controllers it
never stops there.
What I'm asking is does anyone uses the eclipse PTD to develop in
cake?
If so how do I debug it?
thanks...