[gvd-devel] Blue dots

Arnaud Charlet charlet@ACT-Europe.FR
Thu, 18 Jan 2001 14:33:52 +0100


Blue dots are shown that represent lines for which the debugger 
has debug information, in other words, lines that have been compiled with 
debug information and for which the compiler has generated some code.
Currently, GVD does not check whether you try to set a breakpoint on a dotted
line or not, and will blindly send to the underlying debugger the breakpoint
command. This will usually (e.g in the case of gdb) result in setting a
breakpoint in the closest location that matches the file and line that you
specified.

Arno