I've got my code that is receiving information from an system (Using, telnet like communications).. Often, in one buffer, I get several "lines" of information (each line terminated with CRLF). So, I'm trying to use regex.split to break out the lines (works fine) BUT when I try to look at the variable with multiple lines with the "hover" over the variable I get the error "The XML was improperly formatted. Please hit escape if ....."
The data is all there, and the program runs fine... It's just the debugger can't seem to display this information in the hover (though, in the local variables frame, it's all there)..
Is this a buggy or something I don't understand.
Gary M