Monday, July 30, 2012

Re: Debugging tool for cakephp

As @Alejandro said DebugKit is a very good solution that would do the job in most cases. If you want to be able to insert breakpoints, right inside PHP's ZEnd Engine (while it is executing) you can use XDebug of ZendDebug, but this second option will be needed very rarely. It should be used when "no other options are left". Such a Debugging perspective also provides a nice insight on what is happening in the Zend Engine.

Cheers,
   Borislav.

On Tuesday, 31 July 2012 05:43:01 UTC+3, Lightee wrote:
Dear cakephp experts,

I am a newbie to php. Can someone recommend a good debugging tool that they personally use for cakephp? I am open to all because I know nothing at the moment.

Thank you for your help.

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: