Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symfony debug toolbar shows invalid entities, how do I debug them

Symfony2 debug toolbar shows invalid entities but when I click on it, it only displays the queries, database connections, entity managers and mapping, but no errors whatsoever.

How do I debug those invalid entities?

enter image description here

like image 680
androidu Avatar asked Nov 08 '13 15:11

androidu


1 Answers

Actually, you just have to click on the red chip which indicates 3 mapping errors and you'll be able to get the detailed errors in the all bottom of the debug bar, in the Mapping area

enter image description here

Does it help ?

like image 68
lenybernard Avatar answered Oct 27 '22 23:10

lenybernard