Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!srhqla!quad1!ttidca!terence From: terence@ttidca.TTI.COM (Terence Davis) Newsgroups: comp.os.os2.programmer Subject: printf() will work in PM programs Summary: run program from inside editor Message-ID: <21079@ttidca.TTI.COM> Date: 7 Nov 90 19:58:11 GMT Organization: Citicorp/TTI, Santa Monica Lines: 12 References: Distribution: Organization: Citicorp/TTI, Santa Monica Keywords: printf It is possible to use printf() in PM programs if you can live with seeing the output after program execution. I discovered that if I run the PM program in a cmd.exe window inside my editor (Epsilon) I will see the printf'ed strings when I exit the PM program. This is not so good for following the execution trail of a program while it's running, but if you want to see the values of variables it works great. Terry