Re: Euphoria 4.0 debugger
- Posted by marky1124 Mar 25, 2009
- 747 views
gbonvehi said...
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
I'd be very happy if you did. As I suggested in my first post I'm not expecting the debugger to decide whether the sequence is an ascii string or not. I'm just looking for the ability, as a human, to ask it to display a sequence as a string.
E.g. s?URL meaning "string query URL", given my assumption that "?URL" means "query URL".
Thank you Guillermo,
Cheers,
Mark