Skip to content

show_debug_message

CryoEagle edited this page Jan 6, 2019 · 2 revisions

show_debug_message

Show debug message in debug output

Syntax:

show_debug_message(str)
Argument Description
string str message to debug output

Returns: string

Description:

This function will show message in debug output when is called, so it's perfect for debugging numbers or for finding bug.

Example:

show_debug_message("Hello world from debug output !");

The above code will show message in debug output „Hello world from debug output !“.

Back to Debug

Clone this wiki locally