debugging - Is it possible to debug php code in Symfony2? -


I started using Symfony2 after Ruby on Rails and I was able to debug Ruby code. I'm curious about PHP on Symfony2, is it possible to debug it? Do I need expansions, bundles or other?

Thank you ...

Yes, XDebug FTW, but actually with Symfony2 Has its debugging tools - like Web Debug Toolbar, for example, which can be quite easy (to check at least SQL queries). You can read more about their setup and usage. Apart from this, you may need to separate the area of ​​production development (this is not a matter of concern for XDebug), here's some how it is right to do.

Comments