Skip to main content

Output-Debug-Info

Command Description

Output Debug Info

Command Prototype

TracePrint(sText)

Parameter Description

ParameterRequiredTypeDefaultDescription
sTextTrueexpression$PrevResultContent of debugging information

Demo

TracePrint("-------------------------------Output debugging information------------- ----------------------") 
//-------------------------------------------------------------------------------
//[Remarks] Output debugging information
//Input parameters:
// The content you want to output can be a variable or other data types
//out parameters:
// None
TracePrint("Hello UiBot")