A debugging tool for listing which methods have been patched through Harmony. Doesn't affect gameplay.
This tool is entirely contained in the dev-mode log window. Use the buttons in the top-right to specify which patch types you wish to display and whether to group by the targeted function or associated mod, then press the Generate-Report button to display the data in the log window.
Note: Manually clear the log after generating a report to avoid performance issues.
Some uses of this tool include:
- Get an idea of how complex a mod is via the number of patches it applies
- Check for potential points of conflict (if multiple mods patch the same function it *might* cause an issue)
- Determine which mods, if any, made changes to a function that is throwing an error