After a quick restart I can tell that it’s running fine, because the phpinfo() shows xdebug extension and running a var_dump shows additional information.
proxi, does running php -m mention Xdebug in the output? If not, then make sure that the extension is being enabled in the php.ini file being used by CLI (you can do php --ini to find which ini files are being used).