A BepinEx plugin that captures Harmony and Monomod hook information at runtime to ease debugging
Original Author: Robyn
Current Maintainer(s): Robyn
This mod has been dedicated to the Lethal Company Modding community repo and may be maintained by any willing community member with a github account.
- Listens for Harmony or MonoMod Patches
- Outputs a list of all plugins that modify a specific method when an Exception is thrown targeting that method
- Includes useful symbols for debugging such as:
- Defining Assembly Name for the throwing method
- PluginInfo GUID, Name and Version for Assemblies that contain bepinex plugins
It might not help you directly but when you go to ask for support and a kind and helpful person asks for your logs this plugin will output more debug information before each exception is written out. It will make their life easier and they will thank you.