|
From: Pansy A. <pa...@uw...> - 2012-10-03 15:00:02
|
Hi, How can I use Valgrind to trace variables? i.e. extract the values of certain variables during the program execution. I know I can use gdb with Valgrind, but I don't want to interrupt the execution. I want Valgrind to write the value of the variable to console or a log file once the variable gets updated. Thanks. |