Phpstorm Configuration Xdbug

Source: Internet
Author: User

1. Download Xdebug module

xdebug:https://xdebug.org/download.php

Note : with "TS" is thread-safe meaning, "nts" he did not mark, that is, if the NTS to download is not marked, the downloaded file name is actually marked.

Wampserver inside is the corresponding module: Bin\php\php5.6.25\zend_ext.

2. Install Xdebug to PHP

Copy the downloaded DLL to the Ext folder in PHP (the extension DLL is here) and rename it to Php_xdebug.dll.

Change in php.ini (in "; Module Settings; " Add below):

[Xdebug]  zend_extension=php_xdebug. dll  xdebug. remote_enable = on  xdebug. Remote_handler = dbgp     xdebug. Remote_ host= localhost  xdebug. Remote_port = 9000  xdebug. Idekey = Phpstorm  

On the Phpinfo page, there will be xdebug related information, indicating that PHP has been configured!

3, Configuration Phpstorm

4. Google Chrome also needs to install extensions

JetBrains IDE Support.

Phpstorm Configuration Xdbug

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.