<div dir="ltr">Anthony, have you had these kind of issues before with LCL applications?<div>So far, I'm still sure that the problem is with launching the app from the bundle or not.</div><div><br></div><div>did you try to open the bundle of the application, rather than the application itself?</div>
<div><br></div><div>cd "/Users/macuser/Development/Projects/hello"</div><div>open hello.app</div><div><br></div><div>thanks,</div><div>Dmitry</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Oct 30, 2013 at 1:11 PM, Anthony Walter <span dir="ltr"><<a href="mailto:sysrpl@gmail.com" target="_blank">sysrpl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">I have yet more details regarding frozen applications...</div><div class="gmail_extra"><br></div><div class="gmail_extra">When the IDE options | debugging is set to none the program can be run from the IDE without locking up.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">When the IDE options | debugging is set to gdb the program fails t run (even if project debugging options are turned off) unless the host application is set to app bundle contents and IDE debugging encoding options are set to clear.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">When the above conditions are correctly met, the program will freeze at run, but breakpoints are correctly triggered and the debugger can inspect runtime variable as per my previous post.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Outside of the IDE all programs created with lazarus will freeze when executed either from the terminal or finder. As far as I can tell, the ONLY way to execute a lazarus created program outside of the IDE without the freezing is to open a terminal and execute the following command:</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">open -a appname</div><div class="gmail_extra">e.g. open -a hello</div><div class="gmail_extra"><br></div><div class="gmail_extra">The above command can be issued in terminal from any folder. The above cannot use a qualified path for app name.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Any other attempts to run the program result in the application freezing.</div></div>
<br>--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
<br></blockquote></div><br></div>