Answer the question
In order to leave comments, you need to log in
How to see the xdebug interface?
Installed the package php-xdebug
in the package manager. phpinfo()
Appeared in the list of modules during output xdebug
. The appearance of the output var_dump()
has changed to what is normally displayed when the xdebug
.
Created a sample.php file in the root of the site with a call to a non-existent variable:
<?php
echo $foo;
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question