Output-Debug-Info
Command Description
Output Debug Info
Command Prototype
TracePrint(sText)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
sText | True | expression | $PrevResult | Content 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")