[Lazarus] How to disable the assembler window on Linux?
silvioprog
silvioprog at gmail.com
Sat May 11 06:11:27 CEST 2013
2013/5/8 Martin <lazarus at mfriebe.de>
> You did not answer this.
>
> If you hit a breakpoint, do you still get the asm?
>
Well,
In Windows, if I put:
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:
1 - http://imagebin.org/257292
2 - http://imagebin.org/257294 (after first F8)
I don't know debug code in assembler. I'm pretty sure the problem is in the
IDE, because in Linux/GTK it is not able to debug a simple string variable.
--
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/20130511/027ce4e3/attachment-0003.html>
More information about the Lazarus
mailing list