You can also type
CONFIG.debug.hooks = true
into the console to have it print every time it fires a hoook
2 Likes
Thanks for that, always been lazy to grep it
Personally, I use the “enable debugging” option from Furnace, which prints the hooks as well to console (that was there from before the core CONFIG.debug.hooks
) which I prefer in how it displays the results as it’s more condensed.