I'm trying to setup xdebug with Xampp. I built Xampp and then copied it to /opt/lampp/modules/xdebug.
so
I also modified /opt/lampp/etc/php.ini as it the README said. I added the line,
zend_extension="/opt/lampp
/modules/x
debug.so"
However when I start xampp I get the following error
Failed loading /opt/lampp/modules/xdebug.
so: /opt/lampp/modules/xdebug.
so: cannot open shared object file: No such file or directory
but the file is there.
Start Free Trial