Seems to work for Legion
https://www.wowinterface.com/downloads/info6681
https://github.com/TekNoLogic/tekErr
A simple error manager. When an error is caught it will blink a small minimap icon to inform you. Clicking the icon opens a panel listing all errors. Clicking an error shows a full stack trace, handy to copy/paste into a bug report.
You can also access the panel via an LDB launcher or by typing /err
or /tekerr
Alternatives:
--
-
2016-07-19 - (version not recorded) on World of Warcraft 7 (Legion) 7.0.3 (22248)
- Seems to work just fine.
-
2016-07-18 - (version not recorded) on World of Warcraft 6 (WoD)
- This, and earlier versions, worked just fine before World of Warcraft 7 (Legion). No notes were taken.
Removing the minimap button ∞
Edit tekErr.lua
. Near the top, change:
tekErrMinimapButton = nil
If tekkub make the minimap button exist by default, then you may also be able to use Squeenix to hide the button.
2014-07-07 or earlier ∞
The one thing stopping me from using this little AddOn is the blinking minimap icon wasn't optional. It was easy enough to force it to stay hidden.
This is probably not optimal, but it works. What would be nice is if the LDB icon or text changed depending on its status.
change:
if not f:IsVisible() then butt:Show() end
to:
if not f:IsVisible() then butt:Show() end butt:Hide()
Last updated 2020-10-05 at 13:35:06