OOOOPS !!!!Re: [fpc-devel] no break and stepping if ctheads is	used (Lazarus)
    Michael Schnell 
    mschnell at lumino.de
       
    Thu Mar  4 16:07:52 CET 2010
    
    
  
On 03/04/2010 03:37 PM, Jonas Maebe wrote:
> Add {$linklib pthread}
Great !!!
That is the solution.
I did
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  {$linklib pthread}
  {$ENDIF}{$ENDIF}
I suppose something like this should be added to the automatic project
source code creator in Lazarus.
> PS: Please don't use so many question marks and exclamation marks.
OK. :) I do this only once a year, But I was very exited about the very
unexpected fact that the depreciated libc made the debugger working.
Thanks again (!)
-Michael
    
    
More information about the fpc-devel
mailing list