On 07/13/18 16:20, Martin Frb via Lazarus wrote:
> It was not.
> It has been, since your mail.
> It no longer is. (That is, it should be fixed in svn now)
That is awesome! Only possible in open source. :-) Keep up the good work.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolki
Thank you very much! :-)
__
Od: Martin Frb via Lazarus
Komu: lazarus@lists.lazarus-ide.org
Datum: 13.07.2018 17:20
Předmět: Re: [Lazarus] fpdebug question
On 13/07/2018 16:01, Vojtěch Čihák via Lazarus wrote:Hi,
when I write
On 13/07/2018 16:01, Vojtěch Čihák via Lazarus wrote:
Hi,
when I write following code (to force SIGSEGV)
...
with fpdebug: also exception message box, when I click OK then Lazarus
Main window dissapears, Access Violation, and I have to restart whole IDE.
Is it known issue? After all fpde
Hi,
when I write following code (to force SIGSEGV)
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ TForm1 }
TForm1 = class(TForm)
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
pu