score:1

Accepted answer

well, i feel like an idiot; turns out, i had redirected stdout/err to a log file that i had long since forgotten about, and stuck somewhere difficult to find.

score:0

i ran into the same problem so i did some research. seems like there was an old issue (2006-2008), but it was resolved by adding an option to the launch configurations to allocate a console. this is available from the run -> debug configurations menu option, common tab. perhaps this is simply unchecked after the pydev install?

if this is a new bug, there were two possible workarounds suggested:

  • set up debug launch configuration that uses remote debugging instead of local debugging.
  • use a buffered writer to system.out.

here are the threads for reference: eclipse bug - https://bugs.eclipse.org/bugs/show_bug.cgi?id=122429 workaround thread - java.io.console support in eclipse ide


Related Query

More Query from same tag