Symfony debug toolbar shows invalid objects, how to debug them

The Symfony2 debug toolbar shows invalid entities, but when I click on it, it displays only queries, database connections, entity managers and matching, but there are no errors at all.

How to debug those invalid objects?

enter image description here

+7
debugging database symfony
source share
1 answer

In fact, you just need to click on the red chip, which indicates 3 display errors, and you can get detailed errors in the entire bottom of the debug panel in the Mapping area

enter image description here

Does it help?

+18
source share

All Articles