Short: Add debug-printing to libraries. Author: sandis@df.lth.se (Johan Sandgren) Uploader: sandis df lth se (Johan Sandgren) Type: dev/debug Replaces: dev/debug/debug-console.lha Architecture: m68k-amigaos ------------------------------------------------ Preface This program was originally made as debugging-help for someone. I would like others to use it too if they see it useful. ------------------------------------------------ Introduction When you make a library, I have guessed it is a problem to print debugging messages like in an ordinary C-program because you don't have access to dos.library. Without causing a lot of work I have solved this problem for the lazy ones ;) My program listens to a public message-port. By using a function from my example-source, your library you will be able to print messages, for example to the console, easily without access to dos.library. ------------------------------------------------ History 22-Jun-1998 Fixes weird SCOPTIONS file and some typos. 21-Jun-1998 Aminet upload