D e b u g
Debug.Clear
OverviewExamples
Debug.Clear ( )
De s cr ip t ion
Clears the contents of the debug window.
P arame t er s
None.
Re t u r n s
Nothing.
See also: Related Actions
Debug.GetEventContext
OverviewExamples
string Debug.GetEventContext ( )
De s cr ip t ion
Returns a string describing the current event context, e.g. "Page 4 -> Label 2 -> On Click".
P arame t er s
None.
Re t u r n s
(string) A string describing the current event context.