SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Can no longer debug into mod assemblies

Pathoschild opened this issue ยท 1 comments

commented

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.

commented

Fixed in the upcoming 1.4 release.