我正在尝试在我的 AMPPS 上启用 Xdebug。我使用了Xdebug并按照给定的说明进行操作:.
在第 6 点上,我运行make
编译 xdebug 库的命令。然后检查一切是否顺利,我跑了make test
。我发现了这些错误:
Failed loading ~/Dev/Testing/xdebug-2.2.6/modules/xdebug.so: dlopen(~/Dev/Testing/xdebug-2.2.6/modules/xdebug.so, 9): no suitable image found.
Did find:
~wrong architecture
Failed loading ~/Dev/Testing/xdebug-2.2.6/modules/xdebug.so: dlopen(~/Dev/Testing/xdebug-2.2.6/modules/xdebug.so, 9): no suitable image found.
Did find:
~/Dev/Testing/xdebug-2.2.6/modules/xdebug.so: mach-o, but wrong architecture
而我做错了什么……?这是否是安装/启用 Xdebug 的理想方式......?如果没有任何turorial..?