diff options
author | Christian Schneider | 2007-10-10 14:07:36 +0000 |
---|---|---|
committer | Christian Schneider | 2007-10-10 14:07:36 +0000 |
commit | 36f38cf5e746005544ef8b327692f14d3905b488 (patch) | |
tree | 4a45fbb70dafdfb0772ef45c9a5f28b05d014d35 /it_debug.class | |
parent | abd5beaa7b63bbfa1f64e278b0bc1de72ec76c4f (diff) | |
download | itools-36f38cf5e746005544ef8b327692f14d3905b488.tar.gz itools-36f38cf5e746005544ef8b327692f14d3905b488.tar.bz2 itools-36f38cf5e746005544ef8b327692f14d3905b488.zip |
Show file:line if backtrace is empty (happens when stack dump too large)
Diffstat (limited to 'it_debug.class')
-rw-r--r-- | it_debug.class | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |