getCode()?' #'.$ex->getCode():'')?>
+htmlspecialchars(get_class($ex).($ex->getCode()?' #'.$ex->getCode():''))?>
getMessage())?>
@@ -188,14 +190,14 @@ as$key=>$row){if(isset($row['file'])&&strpos($row['file'],$expandPath)!==0){$exp
File: getFile(),$ex->getLine())?> Line: getLine()?>
- getFile())):?>
getFile(),$ex->getLine(),15,isset($ex->context)?$ex->context:NULL)?>
+NDebugHelpers::editorLink($ex->getFile(),$ex->getLine())?>
Line: getLine()?>
+ getFile())):?>getFile(),$ex->getLine(),15,isset($ex->context)?$ex->context:NULL)?>
-
+
@@ -208,15 +210,17 @@ as$key=>$row):?>
+NDebugHelpers::editorLink($row['file'],$row['line']),':',$row['line']?>
inner-code
">source ►
-
-
+
+
(
">arguments ►)
@@ -228,16 +232,16 @@ DebugHelpers::editorLink($row['file'],$row['line']),':',$row['line']?>
try{$r=isset($row['class'])?new
ReflectionMethod($row['class'],$row['function']):new
-ReflectionFunction($row['function']);$params=$r->getParameters();}catch(Exception$e){$params=array();}foreach($row['args']as$k=>$v){echo'
',(isset($params[$k])?'$'.$params[$k]->name:"#$k"),' | ';echo
-DebugHelpers::clickableDump($v);echo" |
---|
\n";}?>
+ReflectionFunction($row['function']);$params=$r->getParameters();}catch(Exception$e){$params=array();}foreach($row['args']as$k=>$v){echo'
',htmlspecialchars(isset($params[$k])?'$'.$params[$k]->name:"#$k"),' | ';echo
+NDebugHelpers::clickableDump($v);echo" |
---|
\n";}?>
-
id="netteBsSrc">
+
id="netteBsSrc">
@@ -258,7 +262,7 @@ self::highlightFile($row['file'],$row['line'])?>
context
-as$k=>$v){echo'
$',htmlspecialchars($k),' | ',DebugHelpers::clickableDump($v)," |
---|
\n";}?>
+as$k=>$v){echo'
$',htmlspecialchars($k),' | ',NDebugHelpers::clickableDump($v)," |
---|
\n";}?>