View Single Post
04/24/14, 05:08 AM   #19
Iyanga
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 183
Originally Posted by thelegendaryof View Post
Simply said - all one would have to do to make it working with LibDebug is adding one additional Line and one Parameter!

Lua Code:
  1. LibDebug.AddBuffer("MyAddon_Messages")
  2. d("My Debug Output", "MyAddon_Messages")

Well...not trying to be a party pooper, but...
if the developer made a coding error with d(param1) that spams, then he is also able to make the same coding error with d(param1, param2) that spams.
  Reply With Quote