Mac version XAMPP setup xdebug support

Source: Internet
Author: User

Mac system, download XAMPP 1.8.3-4 found by default does not support Xdebug, search for the next file, there is xdebug but then phpinfo () does not show the related items.


Modify the php.ini configuration file in the/applications/xampp/xamppfiles/etc/php.ini of the installation directory


zend_extension= "/applications/xampp/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"

Xdebug.remote_enable=on
Xdebug.remote_handler=dbgp
Xdebug.remote_host=localhost
xdebug.remote_port=9000
Xdebug.profiler_enable=1
Xdebug.profiler_output_name=xdebug.cachegrind-out.%s.%p
Xdebug.remote_log= "/applications/xampp/xamppfiles/logs/xdebug.log"

xdebug.idekey= "Phpstorm"


Restart Apache found that Xdebug has been installed.

Xdebug Support
Xdebugenabled
Version 2.2.3
IDE Key Phpstorm

supported protocols revision
dbgp-common DeBuGger Protocol $Revision: 1.145 $

Directive Local Value Master Value
Xdebug.auto_trace Off Off
Xdebug.cli_color 0 0
Xdebug.collect_assignments Off Off
Xdebug.collect_includes On On

Mac version XAMPP setup xdebug support

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.