Re: ddd and gdb: breakpoint breaks to much
Jürgen Herz <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Fred Krogh wrote: >> From this point on I can't move forwards before deleting or disabling >> the breakpoint, neither with next nor with step or continue (it's the >> same if I use commands or the buttons). For each next I get the same >> output as when reaching the breakpoint in the debugger console. E.g >> Breakpoint 1, function (this=0x737c100, that=0x737970c, length=54) at >> /usr/home/juerg/coding/test/test1.cpp:31 >> > It is not the desired behavior. It works fine for me with gdb > (6.5-r2) ddd (3.3.11) on a Gentoo Linux system. Maybe a later version > of gdb would help you. Thanks. Just compiled and tested gdb 6.5 but to no avail, nothing changed. Also in connection with a freshly from the original sources self compiled ddd 3.3.11 makes no differences. That's sad since it makes debugging very ugly. Juergen