码迷,mamicode.com
首页 > 数据库 > 详细

xdebug|notepad|DBGP

时间:2015-06-06 16:25:00      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

php 5.4

http://xdebug.org/download.php

PHP 5.4 VC9 (64 bit)

php_xdebug-2.2.6-5.4-vc9.dll拷贝到PHP的ext的目录中

php.ini

display_errors = Off 改 display_errors = on

添加如下代码:

zend_extension = "D:\phpa\ext\php_xdebug-2.2.6-5.4-vc9.dll"

xdebug.remote_enable=1

xdebug.remote_handler=dbgp

xdebug.remote_host=localhost

xdebug.remote_mode=req

xdebug.idekey=default

xdebug.remote_log="D:/wza/log/xdebug.log"

xdebug.remote_port=9000

xdebug.show_exception_trace=0

xdebug.show_local_vars=9

xdebug.show_mem_delta=0

xdebug.trace_format=0

重启apache

下载DBGP插件

DBGP的config 

Remote Server IP:localhost

Remote Path:php.ini目录

Local Path:php.ini目录

 

 

index.php?XDEBUG_SESSION_START=test

xdebug|notepad|DBGP

标签:

原文地址:http://www.cnblogs.com/lman/p/4556681.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!