Answer the question
In order to leave comments, you need to log in
Why are variables not visible when debugging in PHPstorm?
Variables it has already reached are not displayed in the Variables window. See image - $x variable not showing.
settings in php.ini
zend_extension="%sprogdir%/modules/php/PHP-7.2-x64/ext/php_xdebug.dll"
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_handler = "dbgp"
xdebug.remote_connect_back = 1
xdebug.idekey = "PHPSTORM"
xdebug.remote_host = 127.0.0.1
Shows only globals and everything
Maybe someone has already dug this one
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