Index: branches/unlabeled/unlabeled-1.65.2/core/kernel/utility/debugger.php =================================================================== diff -u -r7724 -r7725 --- branches/unlabeled/unlabeled-1.65.2/core/kernel/utility/debugger.php (.../debugger.php) (revision 7724) +++ branches/unlabeled/unlabeled-1.65.2/core/kernel/utility/debugger.php (.../debugger.php) (revision 7725) @@ -834,7 +834,7 @@ } return 0; } - + /** * Generates report * @@ -884,13 +884,13 @@ $this->appendHTML('Memory used by Objects: '.round($this->ProfilerTotals['objects'] / 1024, 2).'Kb'); } - /*if ($this->constOn('DBG_INCLUDED_FILES')) { + if ($this->constOn('DBG_INCLUDED_FILES')) { $files = get_included_files(); $this->appendHTML('Included files:'); foreach ($files as $file) { $this->appendHTML($this->getFileLink($this->getLocalFile($file)).' ('.round(filesize($file) / 1024, 2).'Kb)'); } - }*/ + } /*if ($this->constOn('DBG_PROFILE_INCLUDES')) { $this->appendHTML('Included files statistics:'.( $this->constOn('DBG_SORT_INCLUDES_MEM') ? ' (sorted by memory usage)':'')); @@ -959,7 +959,7 @@ $Debugger.DOMViewerURL = ''; $Debugger.EditorPath = ''; $Debugger.DebugURL = 'baseURL.'/debugger_responce.php?sid='.$this->rowSeparator.'&path='.urlencode($dbg_path); ?>'; - + IsFatalError || DBG_RAISE_ON_WARNINGS) { echo '$Debugger.Toggle();';