Debugger from Europa release
diff --git a/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptThread.java b/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptThread.java
index 13f6b85..082c482 100644
--- a/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptThread.java
+++ b/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptThread.java
@@ -149,9 +149,9 @@
 		engine.setMaxDepth(2);
 		engine.setMaxData(8192);
 
-		if (engine.isFeatureSupported(IDbgpExtendedCommands.STDIN_COMMAND)) {
+		//if (engine.isFeatureSupported(IDbgpExtendedCommands.STDIN_COMMAND)) {
 			engine.redirectStdin();
-		}
+		//}
 
 		engine.setNotifyOk(true);