Re: Beginners-Guide-To-Euphoria Trace and iterations

new topic     » goto parent     » topic index » view thread      » older message » newer message
vmars said...

Trace shows that it goes thru ' if find(string[element],vowels) then' once and never gets to: 'seek_positions = append(seek_positions,{element, string[element]}) string[element] = ' ' '

But it has to go thru there, else no correct output. Can Trace be configured so that it shows iterations? Can Trace be configured so that it shows the content of specified variablts?

It sounds like you may not be using the full capabilities of the interactive tracing. How are you going to the next line? If you use the down arrow, then it will not jump back to the top of a loop. If you use the enter key, then it will.

Also, you can use the '?' to inspect a particular variable. This is somewhat inconvenient with long sequences. There is currently no way to inspect a specific element by itself.

I think that a future version of euphoria--possibly 4.1--will address many issues with respect to interactive tracing.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu