Time secuence

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
RAMTEC
Posts: 18
Joined: Thu Jul 27, 2006 4:32 am
Location: Dominican Republic
Contact:

Time secuence

Post by RAMTEC »

Hello. How I can see how much instructions have been executed while i run the program steep by steep?

There is some screen where can i see the instructions that are being executed and the amount of which they have been executed?

Thank you.

User avatar
Steve
Matrix Staff
Posts: 3421
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

When you step through a program, you should be able to see which instruction is being executed - it will be highlighted.

Flowcode does not keep track of how many times an instruction has been executed - perhaps this is something I should add to the "v4 wishlist"?

Mark
Posts: 209
Joined: Thu Oct 19, 2006 11:46 am
Location: Bakewell, UK
Has thanked: 20 times
Been thanked: 16 times
Contact:

Post by Mark »

Steve,

One item for the update list (and I suspect more useful) is to enable the 'calculation' box to be either expanded horizontally or to provide a slider to view all text.

At the moment calculations like
macroname.macrovariable = macroname.macrovariable + 1
are hard to check when debugging as they are too wide for the fixed window.

Thanks,

Mark
Go with the Flow.

User avatar
Steve
Matrix Staff
Posts: 3421
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

Good suggestion, Mark!

Post Reply