NetBeans Debug Configuration

Source: Internet
Author: User
Tags session id netbeans
Apache Port 8050,xdebug Port 90001. Put the project under Apache Htdocs (be sure to put it on htdocs, or xdebug will always be stuck in "waiting for Connection")2. Php_ Xdebug-2.1.2-5.2-vc6.dll Copy to the ext directory under the PHP installation directory 3. Configure php.inizend_extension_ts= "D:/php-5.2.17/ext/php_ Xdebug-2.1.2-5.2-vc6.dll "
[Xdebug]
Xdebug.remote_enable=on
Xdebug.profiler_enable_trigger = Off
Xdebug.profiler_output_name = cachegrind.out.%t.%p
Xdebug.profiler_output_dir= "D:/tmp"
Xdebug.remote_handler=dbgp
Xdebug.remote_host=localhost
Xdebug.remote_port=90004.netbeans 1) General, select Process 2) php-> Debug Enter session ID (session ID to view "Xdebug.idekey" in Phpinfo) You can see the HTTP://LOCALHOST:8050/project name when you start debugging/index.php

NetBeans Debug Configuration

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.