<p style="padding:0 0 0 0; margin:0 0 0 0;">Thanks,</p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">setting <span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt;">DisableLoadSymbolsForLibraries to True did the job. Now I'm on ~2 seconds, it is usual time on my Core2Duo @2GHz.</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"><span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt;">V.</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"><span style="font-size: 10pt;">______________________________________________________________</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">> Od: Martin Frb <lazarus@mfriebe.de><br />
> Komu: Lazarus mailing list <lazarus@lists.lazarus.freepascal.org><br />
> Datum: 07.03.2015 18:10<br />
> Předmět: Re: [Lazarus] Startup delay of project (Qt)<br />
></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">On 07/03/2015 11:37, Vojtěch Čihák wrote:<br />
>   <br />
> Hi,<br />
>   <br />
> I have noticed that Qt projects started with F9 have a delay (about ~12 seconds) before the form appears.<br />
> Its not only with large projects, its also with small projects or even empty forms.<br />
>   <br />
> The delay is there even if nothing in project changes and I start it by F9 repeatedly.<br />
> When I try to execute the same project externally (from Double Commander), it starts in ~ 0,3 s.<br />
>   <br />
> When i switch to GTk2, the startup is within 2 second (from IDE), which is normal.<br />
>   <br />
<br />
Just a wild guess.<br />
GDB checks libraries loaded. So depending on the info found on qt libs <br />
that may take time.<br />
<br />
Try <br />
<a href="http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#internal-error:_clear_dangling_display_expressions">http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#internal-error:_clear_dangling_display_expressions</a><br />
set the field "DisableLoadSymbolsForLibraries" to "True"<br />
<br />
Or check in options/debugger/event log what is logged.  Disable "Module"<br />
<br />
--<br />
_______________________________________________<br />
Lazarus mailing list<br />
Lazarus@lists.lazarus.freepascal.org<br />
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a></p>