“等待连接(netbeans-xdebug)”OSX XAMPP

时间:2018-01-01 23:53:50

标签: php macos netbeans xampp xdebug

Xdebug(2.4.0)不使用XAMPP(7.0.26-0)在OSX(10.13.2)上使用NetBeans(8.2)。

我刚刚安装了所有这些,只是尝试了测试文件,但它显示了

  

“等待连接(netbeans-xdebug)”

没有断点可行。

我在php.ini上有这些代码,没有解析其他.ini文件

zend_extension = "/usr/local/Cellar/php70/7.0.26_18/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so"

xdebug.remote_enable=on
xdebug.remote_host=192.168.0.9
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.remote_autostart=On
xdebug.remote_mode=req
xdebug.idekey="netbeans-xdebug"

xdebug support =>当我在命令行上运行php -i时启用显示。 我读了许多其他帖子但到目前为止没有运气。有人有什么建议吗?

0 个答案:

没有答案