As I said, you will need to edit the test script. Single step works one statement at a time. Statements are terminated by ';'. Use them instead of ','.
Within a “Single Step” statement, there may be many steps displayed when “Program and data flow” is selected. In some cases, I counted 30 steps, where values are being changed.
These are the smaller steps I’d like to see one at a time.
Example: CPU.tst.
set instruction %B0011000000111001, // @12345
tick, output, tock, output;
there are about 8 steps/changes shown.
I’ve not seen an explanation of this Animate option, so I don’t know what these smaller steps are called.
There’s no benefit to this option if we can’t see them one at a time.
It appears to be the equivalent of single-stepping lines of code in a computer program.
I thought it may help to reveal some logic errors.