|

D e b u g


image

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


image

image

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.


|