breakpoint icon description

Andreas Pakulat apaku at gmx.de
Fri Jan 13 08:36:42 GMT 2012


On 13.01.12 11:51:35, Mahmood Naderan wrote:
> That is odd...
> As you can see in the picture, I set two breakpoints. Before starting
> the gdb, the first is enabled and the second is disabled. When the
> debugger continues and stop at breakpoint 1, I then disable the first
> one and enable the second one.
> 
> So I am pretty sure that the gdb is not running. I wait until it
> reaches the first breakpoint and then enable the second one. So why it
> is dirty?

I don't know the code in the gdb plugin, so take this with a grain of
salt. Another reason for 'dirty' might be that gdb does not know about
the source file yet because the corresponding library has not be loaded
(plugins for example). There should be a line saying so in the GDB tab.

Andreas





More information about the KDevelop mailing list