View Single Post
05/30/20, 01:21 PM   #5
Blackwolfe
Join Date: Apr 2014
Posts: 37
Originally Posted by Baertram View Post
Just use LibDebugLogger and DebugLogViewer for this.
It already fetches all addon messages that are send via d() to the chat and shows them in it's own UI (or a quick message viewer at the bottom right of the screen -> movable).

This unclutters the chat already a lot + gives devs the possibility to get infos about your loaded addons, if you get any error message.
By sending in the SavedVariables file of LibDebugLogger you tell the devs most of all infos they would need to rebuild these errors
(you'd need to enable in teh DebugLogViewer -> LibDebugLogger settings the "stack traceback" though ONLY then as you get error messages, and reloadui afterwards, in order to collect the info about active addons and libs and versions properly. For all other means it would be enugh to use the addon and lib with standard settings).
Interesting, will check it out Thanks!

Edit: Ok, so, not what I was hoping for.

Last edited by Blackwolfe : 05/30/20 at 01:33 PM.
  Reply With Quote