View Single Post
05/02/24, 06:44 PM   #17
Shadowfen
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 86
oh, BTW. BugCatcher is not evil

While it might have "stolen" error messages in the past (I can't say), it does not do so now.

Testing shows me that the LUA Error messages appear both in BugCatcher and in LibDebugLogger. (I spent a lot of time breaking various addons to test it.)

Code examination shows that BugCatcher has an indirect dependency on LibDebugLogger, so LibDebugLogger loads first, and runs first when capturing LUA Errors. BugCatcher only gets to see the error messages afterwards.
  Reply With Quote