|
From: Olly B. <ol...@su...> - 2005-03-27 15:27:11
|
On 2005-03-25, juanmanuel bonardi <jua...@ho...> wrote:
> i use valgrind and i have a problem. i can't see the number of the line in
> the code when i have an error. Is there any option to see that?
You probably need to recompile your code with debug information (with
gcc or g++, add -g to command line when compiling).
> sorry for my bad english
It was perfect actually!
Cheers,
Olly
|