[commits] [Wiki] changed: Doc/Dev/DebugH4
Michael Slusarz
slusarz at horde.org
Fri Aug 19 16:25:07 UTC 2011
slusarz Fri, 19 Aug 2011 16:25:07 +0000
Modified page: http://wiki.horde.org/Doc/Dev/DebugH4
New Revision: 1.3
Change log: Add blurb about IMAP debugging
@@ -7,13 +7,17 @@
<code type="php">
Horde::debug($variable);
</code>
-{{$variable}} is the variable you wish to debug. The contents of
this variable will be dumped into a file named {{horde_debug.txt}} in
your temporary directory (generally set in {{horde/config/conf.php}}
in the {{$conf['tmpdir']}} variable). ##red|$variable can NOT be
debug_backtrace().##
+{{$variable}} is the variable you wish to debug. The contents of
this variable will be dumped into a file named {{horde_debug.txt}} in
your temporary directory (generally set in {{horde/config/conf.php}}
in the {{$conf['tmpdir']}} variable). ##red|$variable MUST NOT be
debug_backtrace().##
If you want to manually specify the location of the debug file, you
can use the optional second parameter to Horde::debug():
<code type="php">
Horde::debug($variable, $filename);
</code>
{{$filename}} should be the full path to the filename. If using
{{$filename}}, make sure the directory/file is writable by the user
the PHP process runs as.
+
+++ IMP: IMAP/POP3 Debugging
+
+To enable debugging, see instructions contained in
imp/config/backends.php (the 'debug' config parameter).
More information about the commits
mailing list