Xedbug of the php profile

phpstromphp5.35.6php.ini xedbugIDE key phpinfo

[XDebug]
xdebug.profiler_output_dir= "D:phpStudytmpxdebug"
xdebug.trace_output_dir= "D:phpStudytmpxdebug"
xdebug.profiler_enable = 1
zend_extension= "D:phpStudyphpphp-5.6.27-ntsextphp_xdebug.dll"
xdebug.idekey = PHPSTORM
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_host = "127.0.0.1"
; xdebug.var_display_max_children=256
; xdebug.var_display_max_data=512
; xdebug.var_display_max_depth=5
above is php.ini configuration content,

clipboard.png
phpinfo

clipboard.png

clipboard.png
and then you can"t see anything about the variables! Solve.

Apr.09,2021

phpstorm has the php version set. Maybe phpstrom defaults to php5.3

.
Menu