|
From: juanmanuel b. <jua...@ho...> - 2005-03-25 23:19:09
|
Hello, 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? sorry for my bad english Juan |
|
From: Nicholas N. <nj...@cs...> - 2005-03-27 15:20:14
|
On Fri, 25 Mar 2005, juanmanuel bonardi 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? See FAQ 4.4. > sorry for my bad english Your English is fine :) N |
|
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
|