FuncMon

Declaration: FuncMon(Active: boolean);
Switches the Function Call Monitor on and off. This function is intended for debugging purposes. You can selectively (de)activate the function monitor at a particular script line, for example, in order to suppress a high number of output lines in loops. Setting the parameter Active to TRUE activates the function monitor, a FALSE value deactivates it. A call to FuncMon overrides the state of the checkbox "monitor function calls" in the script editor.