From 36f38cf5e746005544ef8b327692f14d3905b488 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 10 Oct 2007 14:07:36 +0000 Subject: Show file:line if backtrace is empty (happens when stack dump too large) --- it_debug.class | 2 -- 1 file changed, 2 deletions(-) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index e2a8925..79433db 100644 --- a/it_debug.class +++ b/it_debug.class @@ -143,8 +143,6 @@ function backtrace($skip = 0) $result[] = basename($call['file']) . ":" . $call['line']; } } - else - $result[] = "*stack dump too large*"; return join(" ", $result); } -- cgit v1.2.3