added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / utilities / Snoopy / README
blobe91ec2d4578411056b07685293fcdc75d819b9d2
1 Snoopy
2 ======
4 Simple system monitor. It patches nearly the same functions as the famous
5 SnoopDos. It prints the parameters of several library functions with the
6 kprintf function. You can see the output either in the Shell from which
7 you have started AROS or in Sashimi.
9 Usage
10 =====
12 Select the functions you want to monitor and press the 'Save' or 'Use' button.
13 Press 'Undo' to revert to the state before your latest 'Save' or 'Use' click.
14 'Reset' resets to some default settings.
15 'Save' stores the settings in envarc:snoopy.prefs.
16 You should normally not use the 'Cancel' button. It can lead to
17 problems when another program patches the functions which have
18 already been patched by Snoopy.
20 TODO
21 ====
23 NameFromLock crashes. Therefore the CurrentDir patch doesn't print
24 the full path name of the directory and the option ShowFullPath doesn't work.
26 Implement missing settings.