Remote Debugging on iOS

J. Landman Gay jacque at hyperactivesw.com
Tue Dec 26 14:18:14 EST 2017


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 <use-livecode at lists.runrev.com> 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 at 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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com





More information about the use-livecode mailing list