[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ddd and gdb: breakpoint breaks to much
From: |
Jürgen Herz |
Subject: |
Re: ddd and gdb: breakpoint breaks to much |
Date: |
Mon, 27 Nov 2006 21:06:43 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9a1) Gecko/20061114 SeaMonkey/1.5a |
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