Re: Built-in Debugging

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Raymond Irving wrote:
Hello,


Will be ever see built-in debugging features for PHP?

I kjnow there's xdebug but it's sometimes difficult to get it working. I'm hopoing that PHP will one day have intgrated debuging 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.


?>


Personally, I've found that turning on "error_reporting(E_ALL)", debug_backtrace() and debug_print_backtrace() quite adequate for most situations.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux