The dialog asking if you want to start a remote debug session should occur as soon as you launch the app, so if that isn't happening then something is not working with the socket, I would imagine. Perhaps try with the phone actually connected by USB to the Mac and see if that works?
On Fri, Feb 24, 2017 at 6:54 AM J. Landman Gay via use-livecode < [email protected]> wrote: > Debug mode is on (it always is, but I just checked again.) I set > gRevDevelopment to true, but no change. It acts like the phone script > stops at the breakpoint but the IDE doesn't know anything happened. > > > On 2/24/17 12:39 AM, panagiotis merakos via use-livecode wrote: > > Hmm I guess you have checked Script Debug mode, is that correct? Maybe it > > is worth typing in the msg box "put true into grevdevelopment" and test > > again. This will catch any silent failure in the IDE, if any. > > > > On 24 Feb 2017 06:31, "J. Landman Gay via use-livecode" < > > [email protected]> wrote: > > > > Hi Panos, > > > > I did it both ways, with the remote debugger included and without, but > got > > the same results. It stops the app at the point where it should activate > > and nothing else happens. > > > > > > > > On 2/24/17 12:21 AM, panagiotis merakos via use-livecode wrote: > > > >> Hi Jacque, > >> > >> Make sure you add the remote debugger inclusion in Inclusions pane. This > >> should not be necessary in the IDE, but currently you maybe have to do > it. > >> > >> Best, > >> Panos > >> > >> On 24 Feb 2017 05:45, "J. Landman Gay via use-livecode" < > >> [email protected]> wrote: > >> > >> I jumped all over this right away. I set a breakpoint in a test stack, > >>> tethered my phone to the Mac, and clicked the Test button. > >>> > >>> My button script: > >>> > >>> on mouseUp > >>> get "Testing" > >>> put it into fld 1 -- breakpoint set here > >>> end mouseUP > >>> > >>> The app launched on my phone and the script stopped executing at the > right > >>> place (nothing went into fld 1) but I wasn't asked if I wanted to > start a > >>> debugging session and the IDE didn't go into debug mode. > >>> > >>> Is there something else I need to do to in the stack to activate remote > >>> debugging? > >>> > >>> Samsung S4, Android 5.0.1 > >>> > >>> -- > >>> Jacqueline Landman Gay | [email protected] > >>> HyperActive Software | http://www.hyperactivesw.com > >>> > >>> _______________________________________________ > >>> use-livecode mailing list > >>> [email protected] > >>> Please visit this url to subscribe, unsubscribe and manage your > >>> subscription preferences: > >>> http://lists.runrev.com/mailman/listinfo/use-livecode > >>> > >>> _______________________________________________ > >> use-livecode mailing list > >> [email protected] > >> Please visit this url to subscribe, unsubscribe and manage your > >> subscription preferences: > >> http://lists.runrev.com/mailman/listinfo/use-livecode > >> > >> > > > > > -- > Jacqueline Landman Gay | [email protected] > HyperActive Software | http://www.hyperactivesw.com > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
