UI Errors

Kagnus

New Member
The UI is now set to not show the user errors by default, and the UI needs to be set to show errors if you want to see them.

I mention this because:

1) If you use a bug recording addon just so you don't get annoying error message popups, you no longer have to run this addon.

2) If you dabble in coding for the UI, you need to explicitly tell the UI to report errors to the error frame by setting a Cvar - SetCVar("scriptErrors", "1")

3) I spent hours this afternoon trying to figure out why an addon wasn't loading, however I was getting no errors.

4) Actually reading about UI changes in a patch when you dabble in UI coding is a good thing :)
 
Back
Top