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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to