Debug Str: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
m (moved Debug Str to DEBUG STR)
(No difference)

Revision as of 08:57, 17 January 2012

Debug_Str( message-level, string-value )

The Debug_Str internal function will, depending on loglevel (message-level must be equal or lower), send data to the logfile as well as to the debugger if it is attached, or optionally to the command console if the debugger is not attached and GUI is ON.

Any DEBUG_STR() calls with a message-level greater than 10 are deemed to be message-level 10.

This function is available as of BR! 4.3