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

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

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