tekErr is a simple lua 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
Links
Visit my site for more info.
Please report all bugs and feature requests to my Google Code tracker
Alpha builds can be found on github.
Please direct all feedback and questions to my Google Groups mailinglist
Change Log - tekErr
3.0.1.2-Beta
Embed update
Forgot LibStub
Why not select the text automatically when we click an error
Allow closing of panel by hitting the ldb button (or /tekerr macro) again
2.4.3.1-Beta
Make the editbox resize itself
Add slash handler and LDB launcher
Redesign for wrath, no more OH
Optional Files - tekErr
Sorry, there are currently no optional files available.
Hey Tek, got a bit of a bug-report-but-not-quite-so-much-of-a-bug-report for you here, and it counts for both this version of tekErr and the Wrath one.
Basically, you need to include LibStub, CallbackHandler, and LibDataBroker, since your mod uses 'em all. In an OS environment where mods aren't loaded alphabetically, tekErr might load before a DataBroker-Handler mod (such as StatBlocks or Fortress), and that means that without those libs present tekErr isn't added to the LibDataGroper database. If that happens, then DataGroper users get no button.
I've already screwed around with my local version of tekErr so that it has these embedded, but I just thought you'd like to know.
What a wonderful idea, I'm surprised other mods like bugsack or errormonster haven't incorporated something like this. I'm always amazed at how small your addons are but what a great convenience they provide at the same time.
Thanks for your work on this mod and the many others.