DebugObject
Returns an object useful for debugging.
Syntax
-
DebugObject(s)
-
s
is a string
-
Description
If s
is the name of a supported debugging object, then DebugObject(s)
returns (a new instance of) this object. Otherwise, nothing (a null object) is returned.
Mostly for expert use.