Symfony VarDumper: Introduction (1/4)

preview_player
Показать описание

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

You might show people how to use xdebug. It's way better than printing variables on the screen and it seems to me that majority php developers don't use it. You can follow your application flow, step by step, watching all of your variables, changing them during debug if needed, or even execute any method manually.

mehow.