Dump
Debug Utility
Opens Blizzard debug tooling for inspecting tables or printing simple values during development.
NamespaceEModuleCoreLifecycleinternal
E:Dump(object, inspect)Opens Blizzard debug tooling for inspecting tables or printing simple values during development.
Parameters
Section titled “Parameters”- object: Value to inspect or print.
- inspect: Boolean; when true, opens table inspector for tables.
Returns
Section titled “Returns”None.
Example
Section titled “Example”E:Dump(MyAddon.db, true)Developer-only helper. Avoid shipping addon flows that depend on the debug tools being loaded.
Source: ElvUI/Game/Shared/General/API.lua:855