|
From: | shaunak saha |
Subject: | Re: Problem debugging C++ code in DDD |
Date: | Fri, 17 Jul 2009 18:13:30 +0530 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |