-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ScriptEngine: Add assembly dumping setting for debugging of reloaded …
…plugins (#15) Similarly to the LoadDumpedAssemblies BepInEx Preloader option, this adds a config option which dumps Assemblies & Symbols to the disk. The assemblies are then loaded from the saved dll so that debuggers can then load the matching symbols & break/step through plugin code. Tested successfully on Rider but should work for all debuggers that are configured to read symbols from the BepInEx folder.
- Loading branch information
Showing
1 changed file
with
76 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters