View Single Post
04-23-15, 03:39 PM   #10
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 158
Originally Posted by Rilgamon View Post
Code:
/console taintLog 1
This enables a logfile which gets big quite fast. So you should not run it too long or while raiding.
Going through this file (logs/taint.log) you'll see the order in which taints are happening and where.
If you're still not happy with that switch it to verbose mode
Code:
/console taintLog 2
and never forget
Code:
/console taintLog 0
to disable.

Its a painful process digging through a gigabyte logfile ...

Thanks but the taintLog doesn't help because it doesn't tell me where the error occurs in my addon, only where it happens in Blizzard's code?

Code:
4/23 23:37:50.364  An action was blocked in combat because of taint from sUI - ActionButton9:Show()
4/23 23:37:50.364      Interface\FrameXML\ActionButton.lua:301
4/23 23:37:50.364      ActionButton_Update()
4/23 23:37:50.364      Interface\FrameXML\ActionButton.lua:263 ActionButton_UpdateAction()
4/23 23:37:50.364      Interface\FrameXML\ActionBarController.lua:145 ActionBarController_ResetToDefault()
4/23 23:37:50.364      Interface\FrameXML\ActionBarController.lua:134 ActionBarController_UpdateAll()
4/23 23:37:50.364      Interface\FrameXML\DraenorZoneAbility.lua:75
  Reply With Quote