[PHP] xdebug

Some notes for install XDebug for php

Installation

sudo apt install php-xdebug

Configuration

/etc/php/7.2/mods-available/xdebug.ini

[XDebug]
xdebug.remote_enable = 1
xdebug.remote_autostart=on
xdebug.remote_connect_back=1

Leave a Reply

Your email address will not be published.