[Lazarus] How to disable the assembler window on Linux?
Martin
lazarus at mfriebe.de
Tue May 14 12:10:18 CEST 2013
On 11/05/2013 05:11, silvioprog wrote:
>
> procedure TForm1.Button1Click(Sender: TObject);
> var
> s: string;
> begin
> s := 'abc'; << Break point here (F5) // line 1
> ShowMessage(s); // line 2
> end;
>
> and I use Step Over (F8), the cursor go to "line 2", but the same code
> in Linux, go to GTK units. See:
>
Could be the same as http://bugs.freepascal.org/view.php?id=14399
More information about the Lazarus
mailing list