Blog

Learn to debug a symfony project

« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

Be trained by symfony experts
Dec 10: Paris (1.1 - Francais)
Dec 10: Atlanta (1.1 - English)
Dec 17: Montreal (1.1 - Francais)
Jan 21: Paris (1.1 - Francais)
Feb 18: Paris (1.1 - Francais)
and more...

Archives

Creative Commons License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.

Symfony has built-in debug mechanisms and tools that can trace and display lots of interesting data about the execution of a request. When debugging a project, the availability of this information becomes critical.

The new How to debug a project chapter of the symfony book will lead you through the obstacles of application debug without pain. And, for the first time in the symfony book history, the chapter includes images! At the time of Web 2.0, it sure is a great progress.

Check it out!

Comments comments feed

gravatar
#1 anonymous said 2 days later

Wow, this makes application debugging much easier. Thanks a lot!