I am using the Netbeans IDE, PHP version 7.0 and I have already installed Apache version 2.4.18 and Linux Mint 18.
I have also tried to install the debug files with
sudo apt-get install php7.0-xdebug
How can I proceed further?
I am using the Netbeans IDE, PHP version 7.0 and I have already installed Apache version 2.4.18 and Linux Mint 18.
I have also tried to install the debug files with
sudo apt-get install php7.0-xdebug
How can I proceed further?
Copyright © 2021 Jogjafile Inc.
Download last stable release of xdebug 2.6.0 :
Extract file :
Build extension
after finshed compiling i found the binary on path; /usr/lib/php/20151012/xdebug.so
for find xdebug.so use this comand :
it print out : /etc/php/7.0/mods-available
then go in directory /etc/php/7.0/mods-available and edit file as superuser nano xdebug.ini file add follows lines:
sudo systemctl restart apache2.serviceorsudo /etc/init.d/apache2 restarthttp://wiki.netbeans.org/HowToConfigureXDebug