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