Remote Debugging on iOS
Mike Kerner
MikeKerner at roadrunner.com
Tue Dec 26 13:14:04 EST 2017
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
>
--
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."
More information about the use-livecode
mailing list