Home > Backend Development > PHP Tutorial > Eclipse Xdebug development php environment configuration, eclipsexdebug_PHP tutorial

Eclipse Xdebug development php environment configuration, eclipsexdebug_PHP tutorial

WBOY
Release: 2016-07-12 08:55:03
Original
878 people have browsed it

Eclipse Xdebug development php environment configuration, eclipsexdebug

1. PHP environment configuration:

2. zendstudio Eclipse xdebug development PHP environment software download:

3. The installation configuration is as follows:

          extension=php_xdebugvc6.dll                     [Xdebug] ​ ​ ​xdebug.profiler_enable=on ​ ​ ​ xdebug.trace_output_dir="D:/workspace/runrun/xdebugdata" ​ ​ ​ xdebug.profiler_output_dir="D:/workspace/runrun/xdebugdata" Description: php_xdebugvc6.dll is loaded into php as an extension, and its data output directory is specified (the directory in red above can be customized) After completion, restart apache. You can see the xdebug support information in the phpinfo output, indicating that the installation and configuration are successful. At this point, set the workspace directory of eclipse to the apache web root directory, and you can easily run the php program you wrote.

4. Some explanations:

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1117390.htmlTechArticleEclipse Xdebug development PHP environment configuration, eclipsexdebug 1. PHP environment configuration: 2. zendstudioEclipse xdebug development PHP environment software download: 3. The installation configuration is as follows: extension=p...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template