View Single Post
05-30-23, 12:16 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
Code:
/dump <table name>
but the table has to be global.

Otherwise, in code you could:
Lua Code:
  1. DevTools_Dump(table)

Edited after remembering DevTools had changed from it's original incarnation thanks to wardz and LudiusMaximus.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 05-30-23 at 04:24 PM.
  Reply With Quote