Re: bug in Standalone Only

2022-03-07 Thread Bob Sneidar via use-livecode
Hi all. I found it. I have a handler that creates a temp database in the 
default folder. In a Mac standalone that folder is read only. Thankfully it is 
only something I use in the IDE and not in standalones, so I now test for the 
environment. 

Sent from my iPhone

> On Mar 7, 2022, at 17:48, J. Landman Gay via use-livecode 
>  wrote:
> 
> Remote debugging allows you to step through the script. But we do have an 
> error lookup utility that will tell you what the error codes mean.
> 
> 
> 
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>> On March 7, 2022 6:17:28 PM Bob Sneidar via use-livecode 
>>  wrote:
>> 
>> Jacque, don't you have a utility that can debug standalones?
> 
> 
> 
> ___
> 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: bug in Standalone Only

2022-03-07 Thread J. Landman Gay via use-livecode
Remote debugging allows you to step through the script. But we do have an 
error lookup utility that will tell you what the error codes mean.




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On March 7, 2022 6:17:28 PM Bob Sneidar via use-livecode 
 wrote:



Jacque, don't you have a utility that can debug standalones?




___
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: bug in Standalone Only

2022-03-07 Thread Tom Glod via use-livecode
Hi Bob, sometimes it helps to look up the error using the
scriptexecutionerrors function

The first number that you see in each line is the error number.

So "put line x of the scriptExecutionErrors" should tell you exactly what
the error is, and that is often a good hint of where to look.

Hope that helps.

On Mon, Mar 7, 2022 at 7:16 PM Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi all. There is a bug in my app which only rears it's ugly head when I
> create a standalone. When I am in the IDE it never happens. I get an error
> dialog but the numbers in the dialog do not make any sense. I email myself
> an error report, but where it says the error is happening is NOT where it
> is happening. I know this because when I search for the line that is
> creating the error in the script it says it's happening in, I put answer
> dialogs just before the two lines I find. In the standalone I never see the
> answer dialogs.
>
> Jacque, don't you have a utility that can debug standalones?
>
> Bob S
>
>
> ___
> 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


bug in Standalone Only

2022-03-07 Thread Bob Sneidar via use-livecode
Hi all. There is a bug in my app which only rears it's ugly head when I create 
a standalone. When I am in the IDE it never happens. I get an error dialog but 
the numbers in the dialog do not make any sense. I email myself an error 
report, but where it says the error is happening is NOT where it is happening. 
I know this because when I search for the line that is creating the error in 
the script it says it's happening in, I put answer dialogs just before the two 
lines I find. In the standalone I never see the answer dialogs. 

Jacque, don't you have a utility that can debug standalones? 

Bob S


___
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