[Lazarus] How to disable the assembler window on Linux?

silvioprog silvioprog at gmail.com
Sun May 19 02:59:41 CEST 2013


2013/5/14 Martin <lazarus at mfriebe.de>

> 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<http://bugs.freepascal.org/view.php?id=14399>


Thank you, I'll monitore this issue.

-- 
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130518/ffef0662/attachment-0003.html>


More information about the Lazarus mailing list