[Box Backup] Turn on tracing?

Magnus Homann boxbackup@fluffy.co.uk
Wed, 26 Apr 2006 20:52:34 +0200


Per Thomsen wrote:
> On 4/26/06 11:21 AM, Magnus Homann wrote:
>> How do I turn on tracing, so that TRACE1() shows something on my
>> screen. I'm working with bbackupquery right now.
> To get TRACE statements in, you have to compile a debug version. To do
> that, go to the bin/bbackupquery directory and type 'make'. That will
> build a debug version of bbackupquery. Same process for all executables.

Thanks! But it doesnt appear to print TRACE statements in the libraries, 
specifically the lib_compress?

I'm trying to read the zlib error codes from Compress.h

Magnus