[Lazarus] Invisible Breakpoint

Martin Frb lazarus at mfriebe.de
Wed Jun 24 17:30:53 CEST 2015


On 24/06/2015 16:12, aradeonas wrote:
> 2) No they are in the breakpoints list but when you dbl click or want to
> go to the line,Lazarus cant find the line.
Have you compared the Path in the filename? (You can see the path, by 
opening the properties of a breakpoint)

The line does exist in the file, I assume?

Have you edited the file after F9 (Answer 3 suggests you may have?)? If 
so are the blue dots correctly aligned with the code?

Is there any error, when the IDE does not jump to the line for a 
"hidden" breakpoint. (messages window)
If there is not, then use the log (below) and see, if any error is in 
the log (or mail it)

> 6) OK I will.
>
> Is gdb 7.2 used for last 3 Lazarus release?because I have this problem
> from the first time I met Lazarus and I think it 3 or 4 version ago.
>
After your answer above (2), the gdb version is very unlikely to affect 
this. This was in case the IDE tried to delete it, but gdb refused. But 
the IDE still has it, so gdb is not at fault.
But yes 7.2 has been used a long time.

As for the log. Reduce it to:

  --debug-log=LOG_FILE  --debug-enable=DBG_STATE,DBGMI_QUEUE_DEBUG



----------------------------------
unrelated. There is a common win7/8 issue (but absolutely not related):
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#On_Windows_Open.2FSave.2FFile_or_System_Dialog_cause_gdb_to_crash






More information about the Lazarus mailing list