Manual XDebug Configuration tutorial in Windows

Source: Internet
Author: User
Tags php tutorial

Xdebug is a debugging tool for php Tutorial code. It is of great help to programmers to debug programs. The following describes how to configure xdebug in windows.
1. Download xdebug binary: http://www.xdebug.org/download.php
5.2 http://www.xdebug.org/files/php_xdebug-2.1.0-5.2-vc6.dll
5.3 http://www.xdebug.org/files/php_xdebug-2.1.0-5.3-vc6.dll
2. Find php. ini.
3. If zendoptimizer has been configured, you need to first block configurations related to zendoptimizer, which are generally as follows:
[Zend]
Zend_extension_manager.optimizer_ts = "pathzendoptimizer-3.3.0liboptimizer-3.3.0"
Zend_extension_ts = "pathzendoptimizer-3.3.0libzendextensionmanager.dll"
4. Add the xdebug configuration:
Zend_extension_ts = "path/xdebug/php_xdebug-2.1.0-5.2-vc6.dll & q

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.