Home > Article > Backend Development > PHP debugging environment Eclipse for PHP
This article mainly introduces the PHP debugging environment Eclipse for PHP, which has certain reference value. Now I share it with you. Friends in need can refer to it
Eclipse IDE for PHP Developers Zend Debugger Feature.
I searched some friends on the Internet to configure eclipse --> php --> pdt, which seems super troublesome. Moreover, time has changed, and the version introduced by netizens has become non-mainstream. A simple attempt was unsuccessful, and then I started browsing the websites of eclipse and zend. I found that zend official website already provides an integrated version. The author uses:
http://downloads.zend.com/pdt/all-in-one/helios/zend-eclipse-php-helios-win32-x86.zip
The download is complete Can be used (provided the machine already has JDK)
Built-in PHP 5.2.13, PHP 5.3.2, ZendServer (default port 80), Zend Debuger (default port 10000) and XDebug (default port 9000), supports PHP4 But additional configuration is required. You can directly use ZendServer to enable remote debugging.
It is not recommendedInstallationPHPeclipse plug-in, Zend Debuger will not be available after installation.
Debug As ->PHP Script can display the output step by step.
Debug As ->PHP Web Page cannot display output step by step
The above is the detailed content of PHP debugging environment Eclipse for PHP. For more information, please follow other related articles on the PHP Chinese website!