Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r14653 -r14654 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 14653) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 14654) @@ -1,6 +1,6 @@ hasObject($name) && $this->isDebugMode() && ($name == '_prefix_here_') ) { + // first time, when object with "_prefix_here_" prefix is accessed + $this->Debugger->appendTrace(); + }*/ + $result =& $this->Factory->getObject($name, $pseudo_class, $event_params, $arguments); return $result; @@ -2077,6 +2082,7 @@ } $res = false; + /* @var $handler Closure */ foreach ($this->errorHandlers as $handler) { if ( is_array($handler) ) { @@ -2122,6 +2128,7 @@ } $res = false; + /* @var $handler Closure */ foreach ($this->exceptionHandlers as $handler) { if ( is_array($handler) ) {