User Tools

Site Tools


uphp:functions:debugout

This is an old revision of the document!


debugout

WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0

Enable or disable debug messages

Description

debugout ( int $value )

Sets the status of debug messages on the telnet console

Parameters

value: 0 to disable, 1 to enable

Return Value

None

Example

<? 
max_execution_time(10);
debugout(1);
while (1); //this will do nothing for 10 seconds during which time all debug alerts will appear on the console
?>

See Also

debug() - Print to debug output

error_reporting() - Set the debug output level

log() - Print to the System Log

print() - Output data to the current output stream such as a web page or terminal

max_execution_time() - Set maximum execution time in seconds

uphp/functions/debugout.1487767895.txt.gz · Last modified: 2021/09/13 05:56 (external edit)