Index: trunk/core/kernel/utility/debugger.php =================================================================== diff -u -r2744 -r2745 --- trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 2744) +++ trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 2745) @@ -939,6 +939,7 @@ if( substr($errorType,0,5) == 'Fatal') { echo ''; + if( !dbg_ConstOn('DBG_USE_SHUTDOWN_FUNC') ) $this->printReport(); exit; } }