filmov
tv
PHP Remote Debug Setup
![preview_player](https://i.ytimg.com/vi/xDXMNtTsif0/sddefault.jpg)
Показать описание
This video shows how to setup Xdebug on PHP Web server.
In order to remote debug PHP Web program, you will need:
2. Connect from developer's PC to Web server over TCP port 9000 (can be changed)
You can use:
apt install php-xdebug
to simplify the installation process.
The simple is based on Debian 10. CentOS or other Linux system will be similar.
In order to remote debug PHP Web program, you will need:
2. Connect from developer's PC to Web server over TCP port 9000 (can be changed)
You can use:
apt install php-xdebug
to simplify the installation process.
The simple is based on Debian 10. CentOS or other Linux system will be similar.