A
A
ashfedor2020-03-12 18:59:18
PHP
ashfedor, 2020-03-12 18:59:18

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.
5e6a5bb26d345801664507.jpeg

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

1 answer(s)
A
Anton Shamanov, 2020-03-13
@SilenceOfWinter

because your breakpoint is higher

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question