WoW:Getting more useful errors: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page Getting more useful errors to Getting more useful errors without leaving a redirect) |
(No difference)
|
Latest revision as of 04:48, 15 August 2023
This article or section contains information that is out-of-date.
|
Add the following function to your Addon's LUA file:
function ErrorWithStack(msg) msg = msg.."\n"..debugstack() _ERRORMESSAGE(msg) end
Add the following line to your Addon's Init function:
seterrorhandler(ErrorWithStack)
You're done :-).
An alternative is to install the Swatter Add-on available at http://auctioneeraddon.com/dl/Swatter/