Re: Problem debugging C++ code in DDD
shaunak saha <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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 > [email protected] > http://lists.gnu.org/mailman/listinfo/ddd > > _______________________________________________ ddd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ddd