Sometimes I'm using the var_dump()
for debugging which outputs unformatted results.
Is there a way which can display structured information with colors, etc...
Sometimes I'm using the var_dump()
for debugging which outputs unformatted results.
Is there a way which can display structured information with colors, etc...
My favorite way of viewing var_dump
is to install Xdebug. You should then be able to get formatted and colored output as shown on their website.