tracing in a 50x80 window using NT4

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

I am tracing the simple Euphoria listed below (with trace)
in a 50x80 DOS window under Windows NT 4.
Using the down arrow, only the 4 first variables
are listed in the trace-window.
When line 9 is executed, 
the variable c is NOT listed in the trace-window!

Thank you to tell me what I am doing bad.
Gilbert lemaitre

Here are all the visible characters on my screen:

    2:  procedure test()
    3:  object x, y, a, b, c
    4:  trace(1)
    5:  x = "x is visible in the trace window"
    6:  y = "y is visible in the trace window"
    7:  a = "a is visible in the trace window"
    8:  b = "b is visible in the trace window"
    9:  c = "impossible to see this string in the trace window"
   10:   --  even when the assignment to c has been executed
   11:   --  by pressing the down arrow key
   12:   --  until the ==> pointer reach the line 13 below:
   13==>end procedure
   14:  test()






x={120x,32¦,105i,115s,32¦,118v,105i,115s,105i,98b,108l,101e,32¦,105i,110n,...

y={121y,32¦,105i,115s,32¦,118v,105i,115s,105i,98b,108l,101e,32¦,105i,110n,...

a={97a,32¦,105i,115s,32¦,118v,105i,115s,105i,98b,108l,101e,32¦,105i,110n,...

b={98b,32¦,105i,115s,32¦,118v,105i,115s,105i,98b,108l,101e,32¦,105i,110n,...

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

Search



Quick Links

User menu

Not signed in.

Misc Menu