Back

CreateDebug

Hello World

CreateDebug is used to show the console as overlay above the app in order to see the debug logs.

app.CreateDebug( options )

See Also: SetDebug, Debug

Example - Demonstration

function OnStart()
{
    app.CreateDebug();

    app.Debug("Hello World!");
}
    Copy     Copy All       Run      
String: “dialog-Show the debug log as black overlay dialog” or “clear-Clear content before showing”