View Single Post
06/22/15, 06:47 AM   #12
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I was wondering if you could add a method to fire events for testing purposes in the next major update.
More than once did I want to try what happens when a certain event gets thrown, but there is often no easy way to achieve this in a controlled way.

Something like
Lua Code:
  1. DebugFireEvent(eventId, ...)
would be really nice.
  Reply With Quote