[Lazarus] Cosmetically fix HeaderSrc const

2018-07-13 Thread AlexeyT via Lazarus
IMO such const will be nicer to read in package files. so I fixed it. before it was like { ddd    ddd } Now it's like // dd // dd -- Regards, Alexey Index: packager/packagesystem.pas =

Re: [Lazarus] fpdebug question

2018-07-13 Thread Vojtěch Čihák via Lazarus
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 following

Re: [Lazarus] fpdebug question

2018-07-13 Thread Martin Frb via Lazarus
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

[Lazarus] fpdebug question

2018-07-13 Thread Vojtěch Čihák via Lazarus
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