1. More trace window suggestions
Two trace window functions I'd like to see:
a) Trace resumes after a specified number of statements.
IE, the user specifies eg "+100" instead of "?" for a variable,
and Euphoria executes the next 100 statements before bringing up
the trace window again.
( Tapping enter,enter,enter etc to get past 100 statatements you are not
interested in, is annoying. )
b) Trace resuming at next specified variable reference.
IE, the user specifies "g my_var_name" and the trace will resume
at the next global variable reference to "my_var_name". Similar
for public and private variables.
Regards
Alan