diff options
author | Urban Müller | 2007-09-30 20:12:17 +0000 |
---|---|---|
committer | Urban Müller | 2007-09-30 20:12:17 +0000 |
commit | 4851331162f13834a2ec356a2f81ff694cb91513 (patch) | |
tree | dc9cdc184d5cd9a934072228e6aabfd6f19c22c6 /it_debug.class | |
parent | 52bd3236b60c12d3e164b22355d9a48b9aa69417 (diff) | |
download | itools-4851331162f13834a2ec356a2f81ff694cb91513.tar.gz itools-4851331162f13834a2ec356a2f81ff694cb91513.tar.bz2 itools-4851331162f13834a2ec356a2f81ff694cb91513.zip |
it_debug docs
Diffstat (limited to 'it_debug.class')
-rw-r--r-- | it_debug.class | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |