Re: Thank you for the 9.0.5 update

2019-10-10 Thread Mark Talluto via use-livecode
As Brian stated, 9.5 will get the bug fix as well. I believe Heather indicated 
that this was coming pretty soon. 

I have been using 9.0.5 since the stable update and have not had a single 
crash. The debugger is an important component to me. LiveCode does a great job 
allowing us to drop breakpoints in real-time during a debugging session. But, 
until this bug fix, I had to stop using them because the feature would cause a 
crash within seconds/minutes of using them.

This single bug fix has changed the way I code. I use the debugger frequently 
to test my logic and variable contents on complex portions of the projects I 
work with. Now we are cooking with gas.

When 9.5 gets the update, I will move back to 9.5. Till then, I am happy in 
9.0.5. We still build our executables using 9.5. I would highly suggest moving 
back to 9.0.5 for development and breathe easy again.


Best regards,

Mark Talluto
livecloud.io 
nursenotes.net 
canelasoftware.com 




> On Oct 10, 2019, at 4:46 AM, Brian Milby via use-livecode 
>  wrote:
> 
> Yes, 9.0.5 has a fix that 9.5 does not for the debug crash.  That fix will 
> appear in the next update for 9.5.
> 
> Thanks,
> Brian
> On Oct 10, 2019, 4:55 AM -0400, Lagi Pittas via use-livecode 
> , wrote:

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Thank you for the 9.0.5 update

2019-10-10 Thread Tom Glod via use-livecode
Agreed. this was a critical release, I was struggling with the property
inspector for what seems like 18 months. now all those bugs are fixed,
not to mention the memory leaks.

way fewer interruptions and new users won't be asking themselves what is
wrong with this thing.

Happy coding everyone.



On Thu, Oct 10, 2019 at 8:12 AM Lagi Pittas via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Thank You Brian, I was hoping that would be the answer.
>
> Regards Lagi
>
> On Thu, 10 Oct 2019 at 12:47, Brian Milby via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Yes, 9.0.5 has a fix that 9.5 does not for the debug crash.  That fix
> will
> > appear in the next update for 9.5.
> >
> > Thanks,
> > Brian
> > On Oct 10, 2019, 4:55 AM -0400, Lagi Pittas via use-livecode <
> > use-livecode@lists.runrev.com>, wrote:
> > > Hi Mark,
> > >
> > > My mileage is varying.
> > >
> > > I have been using 9.5 stable and thought it was the complexity of an
> > > application that was the cause of crashing with "red dots"
> > >
> > > I created a play/test stack yesterday - 1 button 2 functions and a
> mousup
> > > of a couple of lines no more than 30 lines of code. Did some debugging
> > and
> > > got a crash
> > > in less than 15 minutes. Does 9.05 stable have extra fixes that 9.5
> > stable
> > > doesn't?
> > >
> > > Thanks
> > >
> > > Lagi
> > >
> > > On Wed, 9 Oct 2019 at 21:10, Mark Talluto via use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > > > For the time being, I am developing on 9.0.5 stable. The reason is
> that
> > > > debugging with red dots no longer crashes LiveCode. I appreciate the
> > time
> > > > taken to implement this bug fix.
> > > >
> > > > https://github.com/livecode/livecode/pull/7185 <
> > > > https://github.com/livecode/livecode/pull/7185>
> > > >
> > > > My productivity has increased by not having to restart my rather
> > complex
> > > > LiveCode setups after a crash. Plus, I can live breakpoint (using the
> > dots)
> > > > while already in debug mode.
> > > >
> > > > Thanks again for this important update.
> > > >
> > > >
> > > > Best regards,
> > > >
> > > > Mark Talluto
> > > > livecloud.io 
> > > > nursenotes.net 
> > > > canelasoftware.com 
> > > >
> > > >
> > > >
> > > >
> > > > ___
> > > > use-livecode mailing list
> > > > use-livecode@lists.runrev.com
> > > > Please visit this url to subscribe, unsubscribe and manage your
> > > > subscription preferences:
> > > > http://lists.runrev.com/mailman/listinfo/use-livecode
> > > >
> > > ___
> > > use-livecode mailing list
> > > use-livecode@lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Office:226-706-9339
Mobile:226-706-9793
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Thank you for the 9.0.5 update

2019-10-10 Thread Lagi Pittas via use-livecode
Thank You Brian, I was hoping that would be the answer.

Regards Lagi

On Thu, 10 Oct 2019 at 12:47, Brian Milby via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Yes, 9.0.5 has a fix that 9.5 does not for the debug crash.  That fix will
> appear in the next update for 9.5.
>
> Thanks,
> Brian
> On Oct 10, 2019, 4:55 AM -0400, Lagi Pittas via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
> > Hi Mark,
> >
> > My mileage is varying.
> >
> > I have been using 9.5 stable and thought it was the complexity of an
> > application that was the cause of crashing with "red dots"
> >
> > I created a play/test stack yesterday - 1 button 2 functions and a mousup
> > of a couple of lines no more than 30 lines of code. Did some debugging
> and
> > got a crash
> > in less than 15 minutes. Does 9.05 stable have extra fixes that 9.5
> stable
> > doesn't?
> >
> > Thanks
> >
> > Lagi
> >
> > On Wed, 9 Oct 2019 at 21:10, Mark Talluto via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > For the time being, I am developing on 9.0.5 stable. The reason is that
> > > debugging with red dots no longer crashes LiveCode. I appreciate the
> time
> > > taken to implement this bug fix.
> > >
> > > https://github.com/livecode/livecode/pull/7185 <
> > > https://github.com/livecode/livecode/pull/7185>
> > >
> > > My productivity has increased by not having to restart my rather
> complex
> > > LiveCode setups after a crash. Plus, I can live breakpoint (using the
> dots)
> > > while already in debug mode.
> > >
> > > Thanks again for this important update.
> > >
> > >
> > > Best regards,
> > >
> > > Mark Talluto
> > > livecloud.io 
> > > nursenotes.net 
> > > canelasoftware.com 
> > >
> > >
> > >
> > >
> > > ___
> > > use-livecode mailing list
> > > use-livecode@lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your
> > > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> > >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Thank you for the 9.0.5 update

2019-10-10 Thread Brian Milby via use-livecode
Yes, 9.0.5 has a fix that 9.5 does not for the debug crash.  That fix will 
appear in the next update for 9.5.

Thanks,
Brian
On Oct 10, 2019, 4:55 AM -0400, Lagi Pittas via use-livecode 
, wrote:
> Hi Mark,
>
> My mileage is varying.
>
> I have been using 9.5 stable and thought it was the complexity of an
> application that was the cause of crashing with "red dots"
>
> I created a play/test stack yesterday - 1 button 2 functions and a mousup
> of a couple of lines no more than 30 lines of code. Did some debugging and
> got a crash
> in less than 15 minutes. Does 9.05 stable have extra fixes that 9.5 stable
> doesn't?
>
> Thanks
>
> Lagi
>
> On Wed, 9 Oct 2019 at 21:10, Mark Talluto via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > For the time being, I am developing on 9.0.5 stable. The reason is that
> > debugging with red dots no longer crashes LiveCode. I appreciate the time
> > taken to implement this bug fix.
> >
> > https://github.com/livecode/livecode/pull/7185 <
> > https://github.com/livecode/livecode/pull/7185>
> >
> > My productivity has increased by not having to restart my rather complex
> > LiveCode setups after a crash. Plus, I can live breakpoint (using the dots)
> > while already in debug mode.
> >
> > Thanks again for this important update.
> >
> >
> > Best regards,
> >
> > Mark Talluto
> > livecloud.io 
> > nursenotes.net 
> > canelasoftware.com 
> >
> >
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Thank you for the 9.0.5 update

2019-10-10 Thread Bernard Devlin via use-livecode
>>
I created a play/test stack yesterday - 1 button 2 functions and a mousup
of a couple of lines no more than 30 lines of code. Did some debugging and
got a crash
in less than 15 minutes.
<<

I was getting multiple random crashes with a test stack in 9.5 that were
apparently totally unrelated to debugging.   Having not seen such crashes
for years, I assumed that it was the introduction of the 64bit build for
Windows. So I switched to using the 32bit build for Windows and the random
crashes continued.  I haven't got anywhere with finding a reproducible
pattern.

Regards, Bernard
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Thank you for the 9.0.5 update

2019-10-10 Thread Lagi Pittas via use-livecode
Hi Mark,

My mileage is varying.

I have been using 9.5 stable and thought it was the complexity of an
application that was the cause of crashing with "red dots"

I created a play/test stack yesterday - 1 button 2 functions and a mousup
of a couple of lines no more than 30 lines of code. Did some debugging and
got a crash
in less than 15 minutes. Does 9.05 stable have extra fixes that 9.5 stable
doesn't?

Thanks

Lagi

On Wed, 9 Oct 2019 at 21:10, Mark Talluto via use-livecode <
use-livecode@lists.runrev.com> wrote:

> For the time being, I am developing on 9.0.5 stable. The reason is that
> debugging with red dots no longer crashes LiveCode. I appreciate the time
> taken to implement this bug fix.
>
> https://github.com/livecode/livecode/pull/7185 <
> https://github.com/livecode/livecode/pull/7185>
>
> My productivity has increased by not having to restart my rather complex
> LiveCode setups after a crash. Plus, I can live breakpoint (using the dots)
> while already in debug mode.
>
> Thanks again for this important update.
>
>
> Best regards,
>
> Mark Talluto
> livecloud.io 
> nursenotes.net 
> canelasoftware.com 
>
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode