About This File
This Node makes debugging more comfortable especially inside wrappers.
You can select weather if the incoming values will be printed into a text object right under the node or into the python console.
Time of the execution and type of the items can be printed optionally. I integradet the object type list from the appendix site to translate the type id into a string ( 5 = Polygon... )
You can also define filter conditions as Python statement in the oip of the node. Variable X is replaced by the values. Check out the example in the VWX.
What's New in Version 6.1 See changelog
Released
Changed on 28.08.2017: Bugfix: MoveTo changes the origin of the text- always move to (0,0)