Phpstrom using Xdebug Configuration method

Source: Internet
Author: User
Tags ini php debug php download

This article mainly introduces the Phpstrom use of Xdebug configuration method, we refer to use it

1 to http://xdebug.org/download.php download Xdebug. Be careful to find your own PHP version. or through the http://xdebug.org/wizard.php page, the phpinfo information can be copied in, point the bottom of the analysis.    It will tell you which version to download, and then how to configure it. 2. Open PHP.ini Add the following statement code as follows: [XDEBUG] zend_extension = "D:program Files (x86) Php5extphp_xdebug.dll" Xdebug.remote_enable=on ; This address is the IP xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 where the IDE resides;   Can be any key, which is set to Phpstorm xdebug.idekey= "Phpstorm" 3. Configure the IDE in Settings, select PHP-> Debug, fill in the Xdebug just set the port, OK. 4. Configure browser Chrome To install the Xdebug helper. Setting the key equals the key 5 set by php.ini. Debug process: At the bottom of the Phpstorm Run menu, select Start Listen PHP Debug connections turn on listening. When the browser accesses the breakpoint, the phpstorm automatically responds.

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.