Re: [E-devel] [PATCH] Debugging helper for theme developers

2005-10-05 Thread The Rasterman
On Wed, 5 Oct 2005 19:05:52 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Carsten Haitzler <[EMAIL PROTECTED]> [2005-10-05 11:05]: > > > If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever > > > info is emitted by the theme (emission == "debug"), e.g.: > > > > > > emit

Re: [E-devel] [PATCH] Debugging helper for theme developers

2005-10-05 Thread Tilman Sauerbeck
Carsten Haitzler <[EMAIL PROTECTED]> [2005-10-05 11:05]: > > If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever > > info is emitted by the theme (emission == "debug"), e.g.: > > > > emit("debug", "blah"); > > > > When the log file doesn't exist, no debug data will be gathered

Re: [E-devel] [PATCH] Debugging helper for theme developers

2005-10-04 Thread The Rasterman
On Wed, 5 Oct 2005 00:03:48 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Hi, > see attached patch. > If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever > info is emitted by the theme (emission == "debug"), e.g.: > > emit("debug", "blah"); > > When the log file doesn

[E-devel] [PATCH] Debugging helper for theme developers

2005-10-04 Thread Tilman Sauerbeck
Hi, see attached patch. If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever info is emitted by the theme (emission == "debug"), e.g.: emit("debug", "blah"); When the log file doesn't exist, no debug data will be gathered. I think this is very useful, since it's more convenient