|
From: Torsten M.
|
Hi, i wonder if there is a way to have valgrinds output mixed with my programs STDOUT? I tried --log-fd=1 but the output of my program is not really synched with valgrind then. I'd like to get some more information about the circumstances that make my program fail and therefore print out some parameters in a failing function. This function does not fail under all circumstances. Is there a way to use valgrind together with insight/gdb? Best regards, Torsten. |
|
From: Christoph B. <bar...@or...> - 2007-06-17 20:03:33
|
Am Sonntag, 17. Juni 2007 schrieb Torsten Mohr: > gdb? Did you try --db-attach? |