Can no longer debug into mod assemblies
Pathoschild opened this issue ยท 1 comments
SMAPI 1.3 prevents attached debuggers from delving into a mod assembly at runtime. This happens because SMAPI isn't actually running the mod DLL, it's running a rewritten copy in the .cache
.
If no rewriting is needed, put a placeholder in the .cache
instead which indicates the assembly loader should use the original DLL.