LethalCompanyModding / UnityDebuggerAssistant

Captures a list of all patched methods to help debug unity logs for BepinEx plugins
MIT License
1 stars 1 forks source link
cult-of-the-lamb last-train-outta-wormtown lethal-company-community lethalcompany lethalcompany-mod thunderstore ultimate-chicken-horse ultrakill unity unitytool valheim

UnityDebuggerAssistant

A BepinEx plugin that captures Harmony and MonoMod hook information at runtime to ease debugging

Supported Games

Maintainers

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.

Current Features

Configuration

Note

The blacklist works for either stage by matching the given string with the start of the assembly name that either produced the exception (in the exception context) or defined the method (in the frame context). This means that e.g. Unity.Engine will match any assembly name that begins with Unity.Engine such as Unity.Engine.CoreModule

How Does This Help Me?

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.