Elementary Introduction to Php+phpstorm+xdebug configuration method, phpstormxdebug_php tutorial

Source: Internet
Author: User

Talking about Php+phpstorm+xdebug configuration method, Phpstormxdebug


1. Download the Xdebug file

http://xdebug.org/wizard.php

Copy the source code for Phpinfo () to the text box, Xdebug will prompt you to configure and download which version of Xdebug.

Full Download Address:

http://www.xdebug.org/download.php

2. Configure php.ini, add at the end.

zend_extension= "Php_xdebug-2.3.3-5.6-vc11.dll" xdebug.remote_enable = Onxdebug.remote_handler = "DBGP" Xdebug.remote _host = "localhost" xdebug.remote_port = 9000xdebug.idekey = Phpstrom

Xdebug Configuration for 3.chrome

Configure it as "Phpstorm" in IDE key

Project Address: Https://github.com/mac-cain13/xdebug-helper-for-chrome

Related configuration of 4.phpStorm

Open Phpstorm,

-Enter file>settings>php>servers, here to fill out the server side of the relevant information, name fill localhost,host fill Localhost,port fill 80,debugger

Choose Xdebug

-Enter File>settings>php>debug, see Xdebug tab, Port Fill 9000, other default

-Enter FILE>SETTINGS>PHP>DEBUG>DBGP proxy,ide key to fill in the Phpstorm,host fill Localhost,port 80

-Click OK to exit the settings.

5. Other configurations:

Open the Monitor (phone button) in the Phpstorm.

Restart Apache, such as using the command line: net stop Apache24 & net start Apache24;

See if XDEBUG is configured correctly: Go to the Php.exe directory: Execute php.exe-m to view the relevant modules.

Relevant file download address:

http://pan.baidu.com/share/link?shareid=1091659896&uk=3829305083

http://pan.baidu.com/share/link?shareid=1099541549&uk=3829305083

The above content is this article to introduce the Php+phpstorm+xdebug disposition method, hoped everybody likes.

http://www.bkjia.com/PHPjc/1057093.html www.bkjia.com true http://www.bkjia.com/PHPjc/1057093.html techarticle talking about Php+phpstorm+xdebug configuration method, Phpstormxdebug 1. Download the Xdebug file http://xdebug.org/wizard.php copy the source code of the Phpinfo () to the text box, Xdebug will prompt how to configure and ...

  • Contact Us

    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.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.