标签:分享 logs 断点调试 src sso iss eal == ros
本地环境:windows 7 64位
[XDebug]
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"
xdebug.remote_enable=1 //是否允许远程终端 这里标示开启
xdebug.profiler_enable_trigger=0
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000 //这里表示服务器的监听端口
xdebug.idekey=PHPSTORM //这里是调试器的关键字 在Chrome以及FireFox中插件配置的时候要用到
<?php
phpinfo();
【XDebug】PHPStorm+XDebug+Firefox
标签:分享 logs 断点调试 src sso iss eal == ros
原文地址:http://www.cnblogs.com/haohaosky/p/6650515.html