1) Although dbg will be dropped from being supported or bundled with PHPeclipse,...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / PHPDBGPacket.java
index 313f57d..337a556 100644 (file)
@@ -45,6 +45,8 @@ public class PHPDBGPacket {
                int             i;
                PHPDBGFrame frame;
 
+//             System.out.println ("PHPDBGPacket: sendPacket");
+               
                PHPDBGBase.copyCharsTo (packetHeader, PHPDBGBase.IntToChar4 (packetSize), 4, 12);
 
                try {