Hello,

I downloaded and installed the latest Lazarus binary from source forge:

Lazarus-0.9.22-fpc-2.0.4-20070326-win32.exe

Apperently everything that is needed is inside this installer (?) which is real nice.

I give it test by writing a little HelloWorld program and then during debugging/running gdb.exe crashes, here is the program:

// *** Begin of Code ***

program HelloWorld;

{$mode objfpc}{$H+}

uses
 {$IFDEF UNIX}{$IFDEF UseCThreads}
 cthreads,
 {$ENDIF}{$ENDIF}
 Classes
 { add your units here };

begin
    writeln('Hello World');
    readln;

end.

// *** End of Code ***

My operating system is:

Windows XP Pro x64 Editition.

A debugger crashing doesn't seem normal to me... ?

Is this is a known bug is there are work around ?

Maybe using a different debugger ?

Bye,
 Skybuck.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to