

I restarted lampp and nothing seems to work for now. I changed also xdebug.ini with zend_extension=/opt/lampp/lib/php/extensions/xdebug.so I copied xdebug.so to /opt/lampp/lib/php/extensions and changed my php.ini with the entry zend_extension=”zend_extension=/opt/lampp/lib/php/extensions/xdebug.so” The packages contain builds for all php versions. Instead of compiling over source xdebug I downloaded the working builds from ActiveState (the makers of the Komodo IDE) provide their pre-compiled binaries of xdebug they use in their IDE.

I did: /opt/lampp/bin $ phpenmod xdebug And it created me a xdebug.ini in /etc/php/7.0/mods-available with zend_extension=/usr/lib/php/20151012/xdebug.so I don't know what seems to be the error or what are missing. I created a php file to see the state of the server:Īfter restart apache I have no information about xdebug running. I have installed xdebug from source in my system and add to my php.ini the following code at the end of the file:
