C_Debug.FrameXMLDebug

From Warcraft Wiki
Jump to navigation Jump to search

Queries or sets the FrameXML debug logging flag.

result = C_Debug.FrameXMLDebug([newDebugLevel])

Arguments

newDebugLevel
number? - 0 to disable debug logging, or 1 to enable it. If not specified, the logging flag will not be modified.

Returns

result
number - The applied logging flag value.

Details

  • When FrameXML debugging is enabled extensive information about the load process is written to World of Warcraft/.../Logs/GlueXML.log. This information includes addon and file load order, as well as the names of all created frames and templates.