Thread Tools Display Modes
10-21-05, 10:44 PM   #1
noraj
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 102
lol where is the Error Message Text

Stored

which vartiable or how can i /dump (or /script DEFAULT_CHAT_FRAME:AddMessage()) the info I cant see my stoopid error messages

Iriel told meh the other day but normal wow forums eat threads too fast

[edit] hehe nm found it

/dump ScriptErrors_Message:GetText()

Last edited by noraj : 10-21-05 at 10:46 PM.
  Reply With Quote
10-22-05, 03:48 AM   #2
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 523
For the time being I stuck this as the first line in a random addon's lua:

ScriptErrors:SetScript("OnShow",function() DEFAULT_CHAT_FRAME:AddMessage("|cFFFF3333"..ScriptErrors_Message:GetText()) end)

It doesn't help on the initial load, but any errors after that will copy to chat.
  Reply With Quote
10-22-05, 05:47 PM   #3
noraj
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 102
naw this command works fine if you have dev tools

really i think you could just use AddMessage

Dev tools just formats it a lil
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » lol where is the Error Message Text


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off