home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmpipe.zip / README.pmpipe < prev   
Text File  |  1999-04-13  |  407b  |  19 lines

  1. This program is usable for debugging PM programs by inserting
  2. [f]printf statements.
  3.  
  4. Use this program like this
  5.  
  6.   you-PM-program |& pmpipe
  7.  
  8. or
  9.  
  10.   you-PM-program 2>&1 | pmpipe
  11.  
  12. depending on your shell.
  13.  
  14. (I suppose you already started pmprintf.exe - available on EWS).
  15.  
  16. All the STDOUT/STDERR messages of your program appear on pmprintf console.
  17.  
  18. ilya@math.ohio-state.edu (Ilya Zakharevich)
  19.