I am testing it on empty project. Everything works fine (I can debug) until I add BGRABitmap unit to uses.
I tested it now on BGRABitmap 5.6 and seems working ok. 5.7.1 too but when I close project I get error that GDB is crash "The GDB process is no longer running". And 5.9 doesn't work at all (I get this error when click "run" in lazarus)
I think this is not CodeTyphon problem. I also get this error on stable Lazarus 1.0 and FPC 2.6.0
Command "gdb --version" give me:
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
I check if I can use 5.6, but I remember that I used 5.9 because this version has important fixes for BGRA Controls.