NetBeans IDE Configuration debugging

Source: Internet
Author: User
Tags netbeans

1. First need to download Xdebug, in the URL http://www.xdebug.org/download.php can be downloaded according to the actual configuration environment, of course, some Apache installed after the installation of the item, there is no need to deal with;

2. Configure the php.ini with the following parameters:

Zend_extension the node is the placement of the Xdebug path, where the path can be set based on the actual file placement (some put the DLL in the Ext folder), as shown in
Zend_extension = "D:/wamp/bin/php/php5.3.10/zend_ext/php_xdebug-2.1.2-5.3-vc9.dll"[xdebug]xdebug. Remote _enable=onxdebug. remote_handler=dbgpxdebug. remote_host=localhostxdebug. remote_port= 9000


After the configuration is successful, you can use the Phpinfo () function to query to the following interface (which may vary slightly depending on the version), as shown in:



3. Configuring NetBeans Debugging

NetBeans IDE Configuration debugging

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.