View Single Post
04/01/24, 06:52 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,003
With merTbug (https://www.esoui.com/downloads/info...tsandmore.html)
you can type /tbe to open the global inspector with the "Events" tab and then at the top right edge of the header bar click on the "e" to start the event tarcking

The list will fill with the events then and you can right click the "e" at the header abr again to show a contex menu for filtering events etc.
It wil show you all the events that fire around you after starting the event listeners and after you stopped it you can click the events in the list to inspect what values got passed in (param1, param2, ... are the events normal parameters where param1 should always be the eventId.


This is a screenshot of the tbug global inspector showing another active tab ("Objects").
Either call it via /tb or /tbug and manually switch to the Events tab, or directly /tbe to open and switch to the events tab (or /tbuge or /tbug events).



Edit:
Zgoo (https://www.esoui.com/downloads/info...oHighIsle.html) also provides that kind of event list, just using another UI (not as comfortable to navigate imo, and I think there is no event filtering possibility, like tbug provides via right click context menu?)

From zgoo description:
/zgoo events

Track events in real time. Can unregister events by hitting the X button (reload to undo this). Hit + to expand the arguments for the event.

Last edited by Baertram : 04/01/24 at 06:56 AM.
  Reply With Quote