Re: Euphoria 4.0 debugger
- Posted by gbonvehi Mar 25, 2009
- 761 views
Good suggestion, can I add something?
It could also display consecutive printeable characters and denote others that are not, for example:
- We have a string that starts with a tab character: {9},"this a string starting with a tab"
- We have a word separated by a tabulator: "column A",{9},"column b"
- A string that actually ends with crlf: "a line",{13},{10}
Cheers, Guillermo