Index: trunk/core/kernel/utility/debugger.php =================================================================== diff -u -N -r4996 -r5054 --- trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 4996) +++ trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 5054) @@ -500,7 +500,9 @@ } $this->appendHTML('ScriptName: '.$this->getFileLink($script, 1, basename($script)).' ('.dirname($script).')'); - + if (isset($_REQUEST['ajax']) && $_REQUEST['ajax'] == 'yes') { + $this->appendHTML('RequestURI: '.$_SERVER['REQUEST_URI']); + } $this->appendHTML('DomViewer:  '); ob_start();