xdebug official websit
windows download dll base on localhost/phpinfo.php
:
https://xdebug.org/download.php
linux download:
https://xdebug.org/wizard.php
php.ini edit
add xdebug setting at the end of php.ini
1 | [xdebug] |
checkout xdebug model is available php -m
php -i
Browser setting
chrome install xdebug helper
firefox install theeasiestxdebug
IDE key set to the same as property in php.ini
phpstorm setting
php CLI interpreter setting:
set debug listen server ip or domain
set DBGp key/port [same as property in php.ini]
build a local php debug server [skip if a remote server exists]
add a server listener deal with debug session in php