Menu

#845 Interactive trace

v4.0
closed
5
2012-08-14
2009-10-12
Jim Tison
No

ooRexx v4.0.0, Fedora 9.

Trace ?R seems to ignore the "interactive on" (?) switch in the presence of STDIN data waiting.
Trace Off doesn't work no matter whether I/O is piped in via STDIN or I use a normal persistent file.

(Note: I'm an old Classic REXX programmer from the early 80s. Read the documentation, did what seemed plausible. Let me know if I'm out in outer space)

Discussion

  • Jim Tison

    Jim Tison - 2009-10-12
     
  • Rick McGuire

    Rick McGuire - 2009-10-12

    Interactive debug just reads lines from STDIN and processes those lines. It has not ignored the ? mode, but rather is just reading the supplied lines from STDIN until an EOF is encountered. Theres' no alternative console really available, so I'm not sure what you would expect to happen. This is working correctly.

     
  • Rick McGuire

    Rick McGuire - 2009-10-12

    Interactive debug just reads lines from STDIN and processes those lines. It has not ignored the ? mode, but rather is just reading the supplied lines from STDIN until an EOF is encountered. Theres' no alternative console really available, so I'm not sure what you would expect to happen. This is working correctly.

     

Anonymous
Anonymous

Add attachments
Cancel