|
From: <oli...@on...> - 2004-09-01 14:14:09
|
I used the --db-attach=yes option and I am writing a log file to get all errors, that valgrind reported in a nice, east to read file. But when it reaches an error and it asks you what to do: ==28803== ---- Attach to debugger ? --- [Return/N/n/Y/y/C/c] ---- It does print the message to the logfile and not to the screen. IMO this message should be left out of the logfiles and just being print to the screen. I just waited 20minutes for my application to hit the error (was running in the background) and at some point I realized it stopped and opened the log file. ;) |