Jump to content

PMprintf: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Links: better prefer links that work
Ak120 (talk | contribs)
Line 11: Line 11:
==Links==
==Links==
*https://hobbes.nmsu.edu/download/pub/os2/dev/util/PMPrintf260.zip
*https://hobbes.nmsu.edu/download/pub/os2/dev/util/PMPrintf260.zip
* [http://web.utanet.at/abuchin1/Download/index.html Andreas Buchinger software download page]
* [http://dennisbareis.com/ Dennis Bareis software download page]  (outdated now)
* [http://dennisbareis.com/ Dennis Bareis software download page]  (outdated now)



Revision as of 05:56, 17 April 2020

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)

Links

Authors

License

  • Original version is an open source software in the Public Domain.