[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: jumping inside loops not available in css ?
Mathias Weigt <weigt@uni.de> writes:
> On Friday 23 March 2001 13:55, Danke Xie wrote:
>
> > "Continue" and "break" are supported in css. Have you changed the
> > ".css" file after creating a Script for it? If so, you need to click
> > "Compile" in the Script edit dialog to activate the change.
>
> No, I started css in a terminal and loaded the script with :
> css> load "myscript.css"
> Then I stepped through with step 1, run and cont ...
> after the "continue" Instruction no jump is performed, just the
> following code is executed.
I don't think they work with the single stepping, unfortunately, but
they definitely work if you just do run..
- Randy