Open tyteen4a03 opened 3 years ago
A fast temporary hack for now, when working on projects... is to add a var dump before the real one with:
File: vendor/symfony/var-dumper/Resources/functions/dump.php
Add before each dump call a line:
VarDumper::dump(debug_backtrace()[0]['file'].':'.debug_backtrace()[0]['line']);
Hi, any plans to support Symfony 4/5/6 with this package? :)