Hi I am am working my way into getting better in LUA and making custom weak auras and am trying to figure out if there is some way to be able to see the values/strings/tables that have been generated as parts of code.. In a different environment I would build some kind of Print( statement in to see what I am getting out to help me try and debug it myself.... any ideas or direction would be very welcome.
#Way to check/varify the I am getting back from Lua code
4 messages · Page 1 of 1 (latest)
!vdt
https://github.com/brittyazel/DevTool
Dump tables there with DevTool:AddData(table, "title")
And yes, just print() whatever you want to look at