Okey, I'm waiting your commit

On 8.02.2015 15:36, Martin Frb wrote:
You will need gdb. (codesigned)
See the wiki. Unfortunately, I can not advice myself on how to codesign gdb.

You can debug the IDE inside the IDE, by opening ide/lazarus.lpi

Or you may run in a shell (there is a lazarus somewhere inside the lazarus.app folder, find it , and use that path below)
    gdb /path/to/laz/lazarus.app/......./lazarus
then in gdb, enter "r" and return and when the error happen (lazarus will freeze, gdb will print something), enter "bt" and return.

I am doing further changes to the code, so maybe just use the old version, until I commit again.


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to