- ingame/profiler/profilerutils.lua:22 --
d(string.format("Total: %d", total))
- ingame/profiler/profilerutils.lua:25 --
d(string.format("|cffffff%d - %s|r", source.count, source.name))
- ingame/profiler/profilerutils.lua:41 --
d(string.format("|c00ff00Matches for '%s':", searchTerm))
- ingame/profiler/profilerutils.lua:43 --
d(string.format("|cffffff%s|r", source.name))
- ingame/profiler/profilerutils.lua:46 --
d(string.format(">|cff0000%d|r from:", count))
- ingame/profiler/profilerutils.lua:47 --
d(creationStack)
- libraries/globals/debugutils.lua:49 --
d(formatter:format(...))
- libraries/globals/debugutils.lua:76 --
d("There are "..count.." variables of type "..desiredType)
- libraries/globals/debugutils.lua:127 --
d(eventArgumentDebugger(...))
- libraries/globals/debugutils.lua:129 --
d(eventArgumentDebugger(...))
- libraries/globals/debugutils.lua:182 --
d(control)
- libraries/globals/debugutils.lua:184 --
d("Mouse isn't over a control, or isn't over a mouseEnabled control.")
- libraries/globals/debugutils.lua:214 --
d(string.format("|c00ff00DrawInfo of: %s\n Tier[%s] Layer[%s] Level[%d]", control:GetName(), drawTier, drawLayer, control:GetDrawLevel()))
- libraries/utility/zo_treecontrol.lua:242 --
d("ZO_TreeControl: Corrupted tree. Parent of: ", node, "...has no children.")
- libraries/zo_scriptprofiler/zo_scriptprofiler.lua:96 --
d("---")
- libraries/zo_scriptprofiler/zo_scriptprofiler.lua:97 --
d(sorted[i])
- libraries/zo_scriptprofiler/zo_scriptprofiler.lua:104 --
d(totals)
- libraries/zo_scriptprofiler/zo_scriptprofiler.lua:143 --
d("building report...")
- libraries/zo_statemachine/zo_statemachine.lua:284 --
d("Triggering edge between " .. self.fromState:GetFullName() .. " and " .. self.toState:GetFullName())
- libraries/zo_statemachine/zo_statemachine.lua:350 --
d(self.fullName .. " firing its OnActivated callbacks.")
- libraries/zo_statemachine/zo_statemachine.lua:357 --
d(self.fullName .. " registered for an update.")
- libraries/zo_statemachine/zo_statemachine.lua:371 --
d(self.fullName .. " unregistered for an update.")
- libraries/zo_statemachine/zo_statemachine.lua:376 --
d(self.fullName .. " firing its OnDeactivated callbacks.")