Thread Tools Display Modes
08-31-17, 08:19 AM   #1
kurapica.igas
A Chromatic Dragonspawn
Join Date: Aug 2011
Posts: 152
About the new DebugTool

Maybe you already knows, there is a new addon Blizzard_Console in 7.3.0, you can use

Lua Code:
  1. /script DeveloperConsole:Toggle(true)   -- If use Show(), pressing ESC in editbox won't close it

to show it, it's very useful for browsing the cvars.

Another one is after using /fstack, move mouse into a frame then press CTRL, a new TableInspector would be shown for the frame.

Also can use it in code like

Lua Code:
  1. TableAttributeDisplay:InspectTable(SOUNDKIT);
  2. TableAttributeDisplay:Show();

to inspect tables.
  Reply With Quote
08-31-17, 08:26 PM   #2
Tosaido
A Fallenroot Satyr
 
Tosaido's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 23
Cool... The frame attributes info while using fstack is so useful!
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » About the new DebugTool


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off