Re: Debug Logging

2006-05-30 Thread Derek Atkins
Quoting Georgi Mirchev <[EMAIL PROTECTED]>: Nope. But you can 'save' the book and then look at the XML. The only "print" function I know of is to print out the contents of a Query. I see. I've written a few functions for this, and I've put the code in qofutil.c and qofutil.c. I'm not sure if

Re: Debug Logging

2006-05-30 Thread Georgi Mirchev
Derek Atkins wrote: Please send all replies to the gnucash-devel list!!! Sorry. Quoting Georgi Mirchev <[EMAIL PROTECTED]>: Are there any functions that can do a debug dump of QOF objects. For example to debug dump a book, so that I can see what is in it. Nope. But you can 'save' th

Re: Debug Logging

2006-05-30 Thread Derek Atkins
Please send all replies to the gnucash-devel list!!! Quoting Georgi Mirchev <[EMAIL PROTECTED]>: Are there any functions that can do a debug dump of QOF objects. For example to debug dump a book, so that I can see what is in it. Nope. But you can 'save' the book and then look at the XML. Th

Re: Debug Logging

2006-05-30 Thread Derek Atkins
Georgi Mirchev <[EMAIL PROTECTED]> writes: > What about the QOF objects dumping? I dont understand the question. > Regards, > Georgi -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web

Re: Debug Logging

2006-05-29 Thread Georgi Mirchev
Thanks, the output is there. What about the QOF objects dumping? Regards, Georgi Derek Atkins wrote: Did you look in /tmp/gnucash.trace? -derek Quoting Georgi Mirchev <[EMAIL PROTECTED]>: Hi, I have compiled with --debug option, the gnucash (1.9.6) options are: gnucash --debug --loglevel

Re: Debug Logging

2006-05-29 Thread Derek Atkins
Did you look in /tmp/gnucash.trace? -derek Quoting Georgi Mirchev <[EMAIL PROTECTED]>: Hi, I have compiled with --debug option, the gnucash (1.9.6) options are: gnucash --debug --loglevel 6 But the only debug output I get is from debugging print in the .scm files. Nothing from the C files.