home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pmpipe.zip
/
README.pmpipe
< prev
Wrap
Text File
|
1999-04-13
|
407b
|
19 lines
This program is usable for debugging PM programs by inserting
[f]printf statements.
Use this program like this
you-PM-program |& pmpipe
or
you-PM-program 2>&1 | pmpipe
depending on your shell.
(I suppose you already started pmprintf.exe - available on EWS).
All the STDOUT/STDERR messages of your program appear on pmprintf console.
ilya@math.ohio-state.edu (Ilya Zakharevich)