Patches from Martin K�r:
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / PHPDBGInterface.java
index e0e19cc..5433b6b 100644 (file)
@@ -528,8 +528,8 @@ public class PHPDBGInterface {
                                                // To print errors on the console, I must execute a code in the
                                                // php context, that write the stderr... I didn't found a better way
                                                // TODO: Find a better way????
-                                               String codeExec= "";
-                                               codeExec= "fwrite(fopen('php://stderr', 'w'),\\\"" + error + "\\\");";
+//                                             String codeExec= "";
+//                                             codeExec= "fwrite(fopen('php://stderr', 'w'),\\\"" + error + "\\\");";
 //                                             try {
 //                                                     evalBlock("eval(\"" + codeExec + "\");");
 //                                             } catch (DebugException e) {