Add method parameters to your stack traces!

Saw this library and thought it could potentially help with debugging strange stack traces for minecraft servers, Worth a go.

2 Likes

It would be interesting, however, it’s something that would have to be injected into the JVM of the target, not something we can do as a mod alone, especially if it involves adding the launch argument to use the agent (I’m familiar with this sort of thing for spinning up remote server instances to attach a profiler to a server instance).