From 4851331162f13834a2ec356a2f81ff694cb91513 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Sun, 30 Sep 2007 20:12:17 +0000 Subject: it_debug docs --- it_debug.class | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index 5069185..e654851 100644 --- a/it_debug.class +++ b/it_debug.class @@ -127,6 +127,10 @@ function dump($args) return "$r\n"; } +/** + * Print short stackdump + * @param $skip number of stack levels to omip + */ function backtrace($skip = 0) { $result = array(); -- cgit v1.2.3