FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.33k stars 411 forks source link

Show mixins in the stack trace #1396

Open Technici4n opened 3 years ago

Technici4n commented 3 years ago

We have permission from @comp500 to merge mixin-trace into Fabric API.

This would be very valuable to help debug crashes, and it should be relatively straightforward to implement, as part of fabric-crash-report-info-v1! 😄

comp500 commented 3 years ago

It may also be worth looking at @Geek202's version crash-spotter (with their permission of course), it looks a bit nicer and has some more information - see the #showcase post here.

Tom-The-Geek commented 3 years ago

I'd be happy for mine to be included in Fabric API in some form if you'd like, just be warned that there are probably a few bugs in the current setup, mostly related to how it adds things into the stacktrace