When running through my DNA program, I came across an issue where excessively long strings became invisible in the Eclipse text file editor, and as a consequence were absent in the console when the program finished running. The characters are still there and being used in the other methods, but the string the program is supposed to be reading isn't printing in the console. Does anyone know why this is happening?
I believe it has to do with some sort of character limit per line, but I'm not sure. After deleting some of the characters from these strings, they reappeared, but when I added more characters back in, they became invisible. Regardless, this is confusing and I'd like to know how to work around this.