ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem debugging C++ code in DDD


From: shaunak saha
Subject: Re: Problem debugging C++ code in DDD
Date: Fri, 17 Jul 2009 18:13:30 +0530

Hi,
 
Can you please provide more details, like the environment you are using and the DDD version
And are you able to debug the same application properly in gdb?
 
Regards,
Shaunak

On Fri, Jul 17, 2009 at 9:28 AM, Inder Pal Singh <address@hidden> wrote:

Hi,

I have a C++ code which I an trying to debug using DDD. I am using g++ compiler. Now, when I put a breakpoint at any line in the code, I see that multiple breakpoints automatically get generated at the same line. Also, when I do "info breakpoints", I see that the "address" filed displays "<MULTIPLE>" instead of the address location. Moreover, if the breakpoint number is say 8, then the additional breakpoints are number 8.1, 8.2, 8.3 etc.

Because of these multiple breakpoints, the "next" and "step" commands take forever to cover all the breakpoints and move to the next line in the code. All the additional breakpoints give the same line number but have different addresses.

Can you please tell me how I can get rid of these additional breakpoints?

Thanks

Shoker


_______________________________________________
ddd mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/ddd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]