Re: Euphoria 4.0 debugger
- Posted by bernie Mar 24, 2009
- 797 views
jeremy said...
I guess the difficulty is in determining if the sequence is indeed an ascii string, or say, a list of weights of the people coming through the lunch line:
URL = "http://openeuphoria.org" Weights = {104, 116, 116, 112 ,58, 47, 47, 111, 112, 101, 110, 101, 117, 112, 104, 111, 114, 105, 97, 46, 111, 114, 103}
Jeremy
Jeremy:
I looked in the source but I can't figure out how trace displays
Isn't there a way we could switch pretty_print options with some
special key when using the '?' command on a sequence. The manual
says that '?' cmd uses pretty_print.
PS: I guess we can always close are right eye when looking at
sequences with trace.