This article is mainly for everyone in detail introduced the Phpstorm+xdebug debugging graphics and text tutorials, the content is very rich, with a certain reference value, interested in small partners can refer toThe author's development
Wamp Construction [WIN7+APACHE2.4+MYSQL5.7+PHP7
I. BACKGROUND
Replace the computer's optical drive with a solid-state drive (120g), which is designed to work with a single system. Phpstudy and Wamp have been used before, but the
PHP path --- 1 --- Wamp environment configuration -- php environment configuration, --- 1 --- wamp -- php
It has been more than half a year since I wanted to learn PHP by myself. Recently, I felt like I was stuck somewhere, and it was difficult to
From: http://blog.csdn.net/lihongzhai/archive/2009/05/17/4195304.aspx
Install Wamp
Wamp refers to the installation of Apache Web Server (A) and MySQL database (M) and PHP script engine (p) in Windows (W) the established PHP network server
WAMP already contains xdebug, do not need to download the Internet, as long as a slight modification of the configuration can be debugged
Find the following line
Zend_extension = "D:/wamp/bin/php/php5.3.13/zend_ext/php_xdebug-2.2.0-5.3-vc9.dll"
After configuring the debugging environment according to the network information, I tried it and found that the function was relatively simple and single file debugging was acceptable. It would be uncomfortable for cross-file debugging projects,
My environment:1. Modify the php.ini file (after the restart APACEH)Xdebug.remote_enable = Onxdebug.idekey= Phpstrom"Note: remote use of the following profile, local use of the configuration file above"Remote_host refers to the address of the debug
--based on Wamp and Eclipse for PHP developersIntroductionIn order to build a debugging environment for PHP development, I have been on the Internet access to countless information, but there is no real way to pass. Because the PHP development
Example of a blogLoading Project Entry FileD:\wamp\www\Examples\Blog\index.phpDefining constantsApp_name,blogApp_path,d:\wamp\www\examples\blog\ (App_path is the directory where the project core framework file (LIB) is located)Loading the thinkphp
Use IntelliJ idea to debug PHP using X-debug, the main need to configure the section has three places, respectively, the configuration of php.ini , the configuration of idea and browser configuration, mainly as follows:The main configuration of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.