PMprintf: Difference between revisions
mNo edit summary |
mNo edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
==Versions== | ==Versions== | ||
* | * 2.59 (2018-03-18) | ||
* 2.60 (Nov 2018) | |||
* | |||
==Authors== | ==Authors== | ||
Line 19: | Line 15: | ||
== License == | == License == | ||
* Original version is an open source software in the [[Public Domain]]. | * Original version is an open source software in the [[Public Domain]] | ||
==Links== | |||
* [https://dennisbareis.com/zips_fw/pmf96179.zip pmf96179.zip] | |||
[[Category:Debugging]][[Category:IBM EWS | [[Category:Debugging]][[Category:IBM EWS]][[Category:Software written in C]] |
Latest revision as of 22:40, 11 September 2021
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
- 2.59 (2018-03-18)
- 2.60 (Nov 2018)
Authors
- Mike Cowlishaw
- Dennis Bareis
- Andreas Buchinger
License
- Original version is an open source software in the Public Domain