Debugging tool for cakephp

2012-07-30 Thread Lightee
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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Debugging tool for cakephp

2012-07-30 Thread Alejandro Gómez Fernández
there is a plugin, called  debug_kit and is a good tool specifically developed 
for cakephp.

In my opinión, it's nice to use and very useful.

Regards,



Alejandro Gómez Fernández 





Enviado desde mi iPad

El 30/07/2012, a las 23:43, Lightee lightai...@gmail.com escribió:

 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+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php

-- 
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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Debugging tool for cakephp

2012-07-30 Thread Борислав Събев
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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php