grr. debugging with livecode
J. Landman Gay
jacque at hyperactivesw.com
Sat Jul 14 14:54:33 EDT 2012
On 7/14/12 10:20 AM, Dr. Hawkins wrote:
> On Fri, Jul 13, 2012 at 10:31 AM, J. Landman Gay
> <jacque at hyperactivesw.com> wrote:
>> If a script makes a call to a rev library, it won't break there. Set the
>> breakpoint immediately after that line and it should work.
>
> Yes, but seeing how I got there . . . single stepping in card
> preOpenStack, which passes preOpenStack -> skipped: stack
> preOpenStack, which dumped me in -> some other handler.
>
> Since I was already single-stepping, this is highly unexpected behavior . . .
>
There's a corollary: if you step into a call to a rev library, it won't
break either; the handler will run until the next breakpoint. So put
another breakpoint after the place where it doesn't stop.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list