fix bug #675.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / core / xdebug / XDebugConnection.java
index 24fedd1..aa5793d 100644 (file)
@@ -99,6 +99,9 @@ public class XDebugConnection {
                                else
                                        attempts++;
                        }
+                       
+                       fDebugReader.readFully(byteBuffer,readCount,count);
+                       
                        if((b= fDebugReader.readByte())!=0) // reads the NULL Byte at the end;
                                System.out.println("NULL-Byte missing!!"); 
                } catch (IOException e) {