Xdebug 2.3: Munging Errors
11/35
Function traces
Live Debugging
xdebug.halt_level
:
<?php
ini_set
(
'xdebug.halt_level'
,
E_USER_NOTICE
|
E_NOTICE
);
trigger_error
(
"Testing"
);
echo
"Hi!\n"
;
?>
xdebug.force_error_reporting
&
xdebug.force_display_errors
:
•
Overrides
error_reporting
or
display_errors
•
Can not be changed with
ini_set()
, only on CLI or in
php.ini