I am trying to enable Xdebug on my AMPPS. I have used Xdebug and followed the given instructions: .
On a point 6 i run make
command that compiles the xdebug library. then to check if everything went well i runned make test
. I discover these ERRORS:
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
And what did I do wrong...? and is this an ideal way of installing/enabling Xdebug anyway....? if not any turorial..?