Re: Remote Debugging on iOS

2017-12-26 Thread J. Landman Gay via use-livecode

I haven't tried that, but if seems like it should work actually.

On 12/26/17 12:14 PM, Mike Kerner via use-livecode wrote:

But can you just put the "breakpoint" line in the SOS?

On Sun, Dec 24, 2017 at 9:55 PM, Sannyasin Brahmanathaswami via
use-livecode  wrote:


jacque wrote:

 Remote debugging doesn't work with script-only stacks (I had to ask
here
 on the list myself a while back.) The breakpoint has to be saved with
the
 standalone, and script-only stacks don't have properties so breakpoints
 can't be saved.

Hmm OK, so that means we have to drop one at a trigger point in the stack
like "on mouseup"  but now, some of my stacks/cards are "pure views" with
*narry* a drop of code in them… So I suppose a "hack" could be to add, in
the button,card, stackscript

on mouseup
 breakpoint
 pass mouseup
end mousup

At least, once we start stepping through then at least we are looking
lines in the script only libs/behaviors.

BR.





___
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








--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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

Re: Remote Debugging on iOS

2017-12-26 Thread Mike Kerner via use-livecode
But can you just put the "breakpoint" line in the SOS?

On Sun, Dec 24, 2017 at 9:55 PM, Sannyasin Brahmanathaswami via
use-livecode  wrote:

> jacque wrote:
>
> Remote debugging doesn't work with script-only stacks (I had to ask
> here
> on the list myself a while back.) The breakpoint has to be saved with
> the
> standalone, and script-only stacks don't have properties so breakpoints
> can't be saved.
>
> Hmm OK, so that means we have to drop one at a trigger point in the stack
> like "on mouseup"  but now, some of my stacks/cards are "pure views" with
> *narry* a drop of code in them… So I suppose a "hack" could be to add, in
> the button,card, stackscript
>
> on mouseup
> breakpoint
> pass mouseup
> end mousup
>
> At least, once we start stepping through then at least we are looking
> lines in the script only libs/behaviors.
>
> BR.
>
>
>
>
>
> ___
> 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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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: Remote Debugging on iOS

2017-12-24 Thread Sannyasin Brahmanathaswami via use-livecode
jacque wrote:

Remote debugging doesn't work with script-only stacks (I had to ask here
on the list myself a while back.) The breakpoint has to be saved with the
standalone, and script-only stacks don't have properties so breakpoints
can't be saved.

Hmm OK, so that means we have to drop one at a trigger point in the stack like 
"on mouseup"  but now, some of my stacks/cards are "pure views" with *narry* a 
drop of code in them… So I suppose a "hack" could be to add, in the 
button,card, stackscript

on mouseup
breakpoint
pass mouseup
end mousup

At least, once we start stepping through then at least we are looking lines in 
the script only libs/behaviors.

BR.





___
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: Remote Debugging on iOS

2017-12-23 Thread Mike Kerner via use-livecode
what about "breakpoint"?

On Sat, Dec 23, 2017 at 7:34 PM, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 12/23/17 4:43 PM, Sannyasin Brahmanathaswami via use-livecode wrote:
>
>> Does remote debugging (in 9.*) only fire on Android? I added it to my
>> standalone/inclusions set a break point in a script  and save the script
>> and tested with my iPhone as a target… the app ran but did not break the
>> break point. (9 DP11
>>
>
> Remote debugging doesn't work with script-only stacks (I had to ask here
> on the list myself a while back.) The breakpoint has to be saved with the
> standalone, and script-only stacks don't have properties so breakpoints
> can't be saved.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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: Remote Debugging on iOS

2017-12-23 Thread J. Landman Gay via use-livecode

On 12/23/17 4:43 PM, Sannyasin Brahmanathaswami via use-livecode wrote:

Does remote debugging (in 9.*) only fire on Android? I added it to my 
standalone/inclusions set a break point in a script  and save the script and 
tested with my iPhone as a target… the app ran but did not break the break 
point. (9 DP11


Remote debugging doesn't work with script-only stacks (I had to ask here 
on the list myself a while back.) The breakpoint has to be saved with 
the standalone, and script-only stacks don't have properties so 
breakpoints can't be saved.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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

Remote Debugging on iOS

2017-12-23 Thread Sannyasin Brahmanathaswami via use-livecode
I made a few changes to a stack that was some working, and still works on 
desktop, but hangs on iOS. I think I even have recipe for the UX/UI 
tapping-navigation across handlers/stacks/screens that will cause the app to 
crash in iOS.

I used to only dev test SA's on Android because if it worked on Android it 
*always* worked on iOS, but not the other way around, and it's so fast to 
deploy interations to an Android device. But my little Nexus 5 died (made in 
2013) and I have a Pixel (used) on it's way to replace but not here yet…

Does remote debugging (in 9.*) only fire on Android? I added it to my 
standalone/inclusions set a break point in a script  and save the script and 
tested with my iPhone as a target… the app ran but did not break the break 
point. (9 DP11

now I'm stuck with only my iPhone 7…So how do we debug on iOS? Seems like a 
black box.

I know there is a way to get the crash reports off the phone but I don't think 
they are going to be transparent enough to tell precisely where in the script 
the app hangs/crashes. And since it is working on desktop, no runtime errors… 
I'm in the dark.

Perhaps worth it to extract the crash reports from the phone (via xCode) and 
send those in to HQ…

moving back to 8.1.9…

BR



___
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