in reply to Re^2: Interprocess pipe doesn't reliably deliver data
in thread Interprocess pipe doesn't reliably deliver data
Yes, but you need to run the debug more than once. You also need to completely empty the buffer each time you read. Changing to a sysread in a while loop will fix that, as suggested above.