Php remote debugging with xdebug

hi,
can someone help me setup remote debugging for my php site using xdebug. is it possible to use tools such as xdebug and phpunit with the free tier php hosting service provided by 000webhost.

thank you.

Just give it a go, if it works - it works?

hi,

thank you for replying, it did not work so I came here to make sure if that is allowed or was there a misconfiguration on my side. if xdebug was enabled

<?php
phpinfo();

gives this kind of information along with all the normal information.

Yeah that PHP info should work fine🙂

yes phpinfo() works and shows information, but it is missing the xdebug part.
So that means xdebug(plugin/extension) is not installed.

If it isn’t installed we can’t enable it on free service.