Difference between revisions of "PMprintf"

From EDM2
Jump to: navigation, search
(License)
Line 19: Line 19:
  
 
== License ==
 
== License ==
* Original version is an open source software in the [[Public Domain]].
+
* Original version [https://github.com/OS2World/DEV-SAMPLES-PM-PMprintf] is an open source software in the [[Public Domain]].
  
 
[[Category:Debugging]][[Category:IBM EWS]][[Category:Software written in C]]
 
[[Category:Debugging]][[Category:IBM EWS]][[Category:Software written in C]]

Revision as of 02:39, 19 September 2018

PMprintf is a tool that lets you output control messages etc. from PM programs and as such used for debugging purposes. Originally written by Mike Cowlishaw and released as IBM EWS ("Employee Written Software"), later Dennis Bareis took over the development of the software and released an improved version. The current version was released by Andreas Buchinger in March 2009.

The program to be debugged writes output to a new function pmprintf() that is used much like the standard printf() function, but sends its output to a pipe. The PMprintf program reads that pipe, displays the messages and/or logs them to a disk file.

If using the IBM Open Class Library you can also use the ITRACE... macros defined there to generate output that can be caught and handled by PMprintf.

Versions

  • Latest Version for OS/2, eCS, ArcaOS: 2.59 (2018-03-18)

Links

Authors

License