Debugging session stucks: recv() is deprecated on :utf8 handles
Eclipse IDE for Java Developers 4.5.0.20150621-1200 EPIC 0.6.57 org.epic.feature.main.feature.group Epic Project I see the same symtoms John Arnold reported. I tried to explore the root cause: The communication between Eclipse and Perl (cygwin perl 5.26 version) is using a socket. The messages sent by Eclipse to Perl (perl5db.pl) are catched by the recv() function using the socket handle. With Perl 5.26 a handle using utf-8 layer is not allowed anymore with recv() function. Initially the socket is...