At 12:16 AM -0400 8/24/01, Troy Rollins wrote:
>Greetings -
>Rev 1.1 Alpha (though I seem to think it's the same in 1.0) - the debugger
>window doesn't seem to update modified scripts and continues to run the
>older version.
I believe (Rev gods feel free to correct) that a script, once begun, is running based
on the tokenized/compiled version. You can change other scripts and see those changes
reflected. If a subroutine is called twice from a script, you could change the
subroutine in-between the two calls, and see the change reflected the second time
around, but you can't change line 10 of a script that is executing line 2, and see the
change take effect until after the script has finished executing.
regards,
Geoff