[Kmymoney-devel] [kmymoney4] [Bug 312692] Test #20: kmymoney-mymoneydatabasemgrtest FAILS FATALLY

Fernando Vilas fvilas at iname.com
Tue Jan 15 01:19:37 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=312692

--- Comment #8 from Fernando Vilas <fvilas at iname.com> ---
Sorry about the delayed response...

When you ran the test in gdb, after it crashed, the command "where" should have
given you a stack trace.

To try to get a better trace, you could try "break filename:line_number" and
then use "step" to get into a function and "next" to execute the line but not
step in. I will say that a GUI debugger tends to help this process.

The other option is using qDebug() to get a ton of information. There is
already a DBG macro that is commented out, but could be changed to actually
provide output. From there, you could add additional debugging statements.

I have used both GUI debuggers and the print-statement method, and which is the
right answer depends on the problem at hand and the mood of the developer at
the time.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list