step in debugger?
Charles Hartman
charles.hartman at conncoll.edu
Wed Oct 26 13:19:34 EDT 2005
On Oct 26, 2005, at 12:33 PM, Mark Talluto wrote:
>
> On Oct 26, 2005, at 5:25 AM, Charles Hartman wrote:
>
>
>> I've been bumbling numbly along with debugging -- and somehow it
>> just occurred to me that something's wrong here:
>>
>> I put a breakpoint on a line in the middle of a script, run till I
>> hit it, look at some variables, press Step . . . and the script
>> runs, not stopping till complete/crash/next breakpoint.
>>
>> In any other debugging environment I've seen, that's not what
>> "step" means. It means execute the currently-highlighted line and
>> stop.
>>
>> (This is using Constellation, but I assume it's behavior of the
>> underlying debugging engine, not the UI.)
>>
>
>
> There is a checkbox in Constellation that needs to be checked
> called: into. Make sure it is checked for it to work as expected.
?? I don't want to step into; I want to step over. What I don't want
to do is run.
coh
More information about the use-livecode
mailing list