Hello, Will be ever see built-in debugging features for PHP?
I know there's xdebug but it's sometimes difficult to get it working. I'm
hoping that PHP will one day have integrated debugging features that can be
easily enabled or disabled:
<?php
enable_debug(true);
debug_console("Hello world!'); // sends an output to the console of the
debugger.
?>

