Changes
The DebugMessage Activity writes a string to the {{UBIK}} debugging service, which is i.e. displayed in the [[Debugger|Code- and Workflow Debugger]].
{{ActivityInfoBox
| title = Debug Message
| version = 2.1+
}}
= Description ====Arguments===
{| class="wikitable sortable" | width = "50%"
{{Hint|Once your workflow runs smoothly, consider removing the DebugActivities you used during design. They are lean but they still consume resources!}}
Output the number of MetaClasses that derive (direct and indirect) from the MetaClass of a given object:
{| class="wikitable" | width = "50%"
| Text || <source lang = "vbnet">UBIKObject.MetaClass.AllDerivates.Count.ToString()</source>
|}
{{ActivityClose}}
==See also==