View Single Post
06/10/20, 12:30 PM   #9
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
I recommand using addons like "merTorchbug updated" or "zgoo" to inspect your variables.
/tbug MyAddon
/zgoo MyAddon

will show the results of your addon table in an own UI where you are able to scroll and inspect them -> jump to their depths or within mer Torchbug via the __index "link" to their "parents" (where parents are not the control's parent but the kind of object oriented "class" where this table was inherited from).
You will learn how the variables are tables, what contents they got, what functions they have and are able to use and where data comes from etc. even better if you use inspection addons.
  Reply With Quote