[Lazarus] how to debug from virtualbox
Bart
bartjunk64 at gmail.com
Mon Apr 28 14:33:46 CEST 2014
On 4/28/14, FreeMan <freeman35 at delphiturkiye.com> wrote:
> procedure TFRM_.GRD_Enter(Sender: TObject);
> begin
> ShowMessage('1');
> GRD_.ColumnByFieldName('Name').Width :=
> GRD_Detail.ColumnByFieldName('Name').Width -4;
> ShowMessage('2');
> GRD_.BorderStyle := bsSingle;// BUG IS HERE, ON WINDOWS, TRIGGER IT
> GRD_Exit and back self again , so endless LOOP starting and application
> Please, can some test this in windows fpc & IDE?
> Thanks for help
How are we supposed to do that with only this little piece of code?
E.g. what is GRD_ ?
As others have pointed out: the easiest way is to simply install
Lazarus on the windows vm en debug it there.
I do so on my Linux VM without any problem whatsoever.
Bart
More information about the Lazarus
mailing list