Skip to content

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.

  • object: Value to inspect or print.
  • inspect: Boolean; when true, opens table inspector for tables.

None.

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