必须的有4个(remote_enable 默认没开,所以必要),其它默认值一般可以
xdebug.remote_enable=On; //这个是必须
xdebug.remote_host=192.168.60.109;
xdebug.remote_port=9000;
xdebug.remote_handler=dbgp
~
相关文章
- 04-10xdebug
- 04-10fedora 16 下搭建gvim+xdebug调试环境
- 04-10PhpStorm与xdebug没有传入连接(nginx / php-fpm)
- 04-10vscode下的Xdebug配置
- 04-10Windows 安装php调试工具 Xdebug
- 04-10docker 配置xdebug成功案例【极其简单】
- 04-10云服务器项目xdebug调试
- 04-10为何XDebug会忽略NetBeans 6.8的断点?
- 04-10Windows 7“等待连接” WAMP上的Netbeans Xdebug
- 04-10nginx – 带有PHPStorm的Xdebug和一个Docker容器