摘要: 主要参考这个:http://blog.csdn.net/xyzhaopeng/article/details/6598185其实步骤很简单。其实xampp本来就已经设置好了,只不过是注释了而已。打开xampp安装目录下的php/php.ini找到[XDebug]zend_extension = "D:\xampp\php\ext\php_xdebug.dll"去掉这行的注释(启动这行)并在最后加入:xdebug.remote_enable=truexdebug.remote_handler=dbgpxdebug.remote_host=localhostxdebug.rem 阅读全文
posted @ 2011-08-06 21:52 拂晓风起-Kenko 阅读(2983) 评论(0) 推荐(0)