Answer the question
In order to leave comments, you need to log in
How to disable file path in xdebug var_dump?
On the local machine, xdebug displays the path to the var_dump call file,
for example var_dumps('83');
/media/stor/exo/da/projects/sute/sute.ru/src/filder/function/dumps.php:8:string '83' (length=2)
Answer the question
In order to leave comments, you need to log in
xdebug.overload_var_dump = 1 It
's convenient to include your own function var_dump
via auto_prepend_file .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question