[Lazarus] Debugger in Mac refusing to start app

Martin lazarus at mfriebe.de
Sun Sep 29 10:54:36 CEST 2013


On 29/09/2013 07:30, Felipe Monteiro de Carvalho wrote:
> humm ... after working on something else for 20 minutes it started
> working again ... for now ...
>
> But a work around to try to unlock it would be good still =) I tried
> to kill gdb, but it was not running as far as I can tell... so it
> didn't help.
...
> I have one particular project which is quite big and since yesterday
> night everytime I press play I get:
>
As for a workaraound, sorry. But when gd crashtes, the only think you 
can do, is to avoid issuing the command in question.

As for  "-symbol-list-lines refs_format.pas"
this is issued, if the file refs_format.pas is in a visible editor.

So if you are looking at any other file, it might be ok. Of course, if 
you need to debug in that file, you can not avoid it.

Is that file recompiled everytime? If not, then maybe when it gets 
recompiled, then sometime it goes good, sometime bad? Also if it is in a 
package, then you could switch off debug info for that package.

----
Actually, in 1.3 you may be able to try something else.

Install fpdebug package in the ide, add fpgdbmidebugger to "uses" in 
ide/debugmanager. Then in options under debugger choose "gdb with fpdebug"
It does not actually do anything on mac yet (it doesnt do much on other 
OS either...). But it mill prevent line info from being read. However 
there will be no blue dots in any file.





More information about the Lazarus mailing list