Something buggy with Eclipse console ... [message #1750882] |
Fri, 30 December 2016 20:29  |
Eclipse User |
|
|
|
For some reason, today in the middle of working on my project, Eclipse decided to stop outputting the first "print" statement, replacing it by a copy of whatever the following "print" was ...
the code is:
primes = open('C:/.../.txt','r').read()
primes = primes.split(',')
print("primes : ", primes)
sort = []
for i in range(10000): sort.append("".join(sorted(str(primes[i]))))
print("sort : ", sort)
the output now looks like:

... Next, I added another "print" statement at the end, just to see what happens... The output is still doing something crazy ...

I trying searching for whatever this problem might be, but couldn't find anything that was similar and/or I could understand (I'm pretty new at this game...)
Does anyone have any suggestions as to how one might go about fixing this madness? ... I tried installing a brand new Eclipse version, but the problem persists ...
Attachment: wtf1.jpg
(Size: 23.31KB, Downloaded 406 times)
Attachment: wtf2.jpg
(Size: 45.08KB, Downloaded 491 times)
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.29077 seconds