在 NetBeans 中调试虚拟机上 XAMPP 中的 Xdebug 作者: 萧禹 时间: 2017-10-08 分类: IDE 访问: 1,256 次   XAMPP中PHP的配置: `C:\xampp\php\php.ini` [Xdebug] zend_extension = C:\xampp\php\ext\php_xdebug.dll xdebug.remote_enable = 1 xdebug.remote_handler = "dbgp" xdebug.remote_host = "localhost" xdebug.remote_port = 9000 ;当remote_connect_back 指定时 remote_host 是无效的! xdebug.remote_connect_back = 1 在 XAMPP 中重启 Apache, 如果在 phpinfo中看到如下图说明已经运行了  如在Netbeans 中显示如下图说明已建立连接  标签: NetBeans xampp xdebug php 文章版权:萧禹的博客 - 这个人很懒, 什么都没写 本文链接:https://www.flysfeq.site/index.php/archives/23/ 转载请注明文章原始出处 !