Problem debugging C++ code in DDD

"Inder Pal Singh" <[email protected]>
Newsgroups gmane.comp.debugging.ddd.general
Message-ID <61030B5F06EA2643BF007524A912A246B8B0AFBD1D@SJEXCHCCR02.corp.ad.broadcom.com>
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
[email protected]
http://lists.gnu.org/mailman/listinfo/ddd
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.