我正在尝试配置xdebug调试器,以便使用netbeans调试通过web浏览器启动的脚本
场景
mypc localhost
linux ubuntu16.04
apache2.4
php7.2
netbeans8.2 IDE
both script.php and IDE in mypc
xdebug配置
$ sudo nano /etc/php/7.2/mods-available/xdebug.ini
zend_extension=xdebug.so
;debugger_clients (remote)
xdebug.remote_enable=1
xdebug.remote_handl