Short: Security-requester for debug-menu on WB Author: kessler@fim.uni-erlangen.de (Thomas Kessler) Uploader: kessler fim uni-erlangen de (Thomas Kessler) Type: util/wb Architecture: m68k-amigaos CheckDebug CheckDebug NAME CheckDebug - A small tool to install a security-requester VERSION CheckDebug 1.0 by Thomas Kessler SYNOPSIS CheckDebug FUNCTION CheckDebug is for all these people who run a workbench, have the 'Debug' menu installed (via 'LoadWB -debug'), and make heavily use of the 'flushlibs' option to test own programs. I had the problem of starting the ROMWack by mistake, because I did not move the mouse properly in the menu. So the system was stopped and in some cases I lost some data, because I had no external terminal to restart the Amiga. CheckDebug opens a 'reqtools.library' (© Nico François) requester if you want to start the ROMWack and asks you if you are sure of starting it. This happens of course only if reqtools.library will be found in your libs: directory. INPUTS none RESULTS a security-requester if Debug() is called NOTE You do NOT need to 'Run' CheckDebug, just put it in your startup- sequence and forget it. It takes absolut NO cpu-time, because it will be started only if you call the exec-funtion Debug(). Some virus-checker may report a unknown program, because CheckDebug is installed via SetFunction() at the Debug() jump-in. You can NOT remove the patch in this version. (But why do you want to remove it??)