On 03/23/2010 10:42 AM, Michael Schnell wrote
> At first I left the compiler setting to be /usr/bin/fpc.
> After recompilinig everything, I could step into the LCL functions with F7.
>
> Then I set it to /usr/local/bin/fpc
> After recompilinig everything, I could not step into the LCL functions
> with F7 any more.
>   

Funny:

If I do F7 on

Button1.Caption := 'test';

it does step into the set procedure, but If I do it on 

Caption:= 'test';

it just steps over it.

-Michael

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to