1 Dec
2009
1 Dec
'09
11:57 a.m.
Hello Ondrej
On Tue, Dec 01, 2009 at 09:02:56AM +0100, Vonlanthen, Elmar wrote:
Hello all
How can I enable the debug messages, printed with the macro DBG?
I tried with: ./configure --enable-debug
It should be enough to use './configure --enable-debug' and change #undef LOCAL_DEBUG' to '#define LOCAL_DEBUG 1' at the beginning of an appropriate source file.
Thank you very much. That did the trick. Now I see the debugging output. Best regards Elmar