StackDeobfuscator
Madis0 opened this issue ยท 1 comments
CurseForge link
https://www.curseforge.com/minecraft/mc-mods/stackdeobf
CurseForge Mod Distribution
Allowed
Modrinth link
https://modrinth.com/mod/stackdeobf
Source/other link
https://github.com/booky10/StackDeobfuscator
Mod file size
149.64 KiB + ca 7 MB downloaded afterwards (Yarn)
License
(any other license)
What it does
Maps the class names in crashes with their actual value
Why should it be in the modpack
Looks very useful for determining the cause of crashes, perhaps even moreso than MixinTrace. Could be more like #439 without the cons.
Iris dev endorsement (of the theoretical idea, not actually tested):
Seems good, since it's just converting mappings
ETF dev:
On the one hand I love it, on the other hand the standing out of non obfuscated text in stack traces is probably the single most helpful thing in identifying mod issues, if you need to identify a vanilla class then the troubleshooting is already out of the scope of a typical end user
Why shouldn't it be in the modpack
- ETF dev's quote brings a good point, mod issues are usually visible in between the obfuscated classes
- Untested, unsure how much it helps in practice
- Unsure if it really helps mod devs or may cause problems too, have to be very careful
Additional details
If this proves very useful, I might even reconsider #440