Post #1536124
2026-02-04 10:48 UTC
Yeah Minecraft crash logs are notoriously hard to debug, part of it is caused by Mojang obfuscating the classes but also because java naturally produces verbose stack traces
Replies (2)
-
@Mniot@programming.dev 2026-02-05 05:08
> java naturally produces verbose stack traces I always think of Java as the absolute gold standard of stack traces. Sure, in any given debugging session I don't care about most of the stack. But across all sessions, I've used all parts of the trace and I wouldn't want anything elided. JS is my least-favorite because it provides a stack-trace so I get tricked into thinking it'll be useful. But since it doesn't cross callbacks it provides no depth.
-
@probablymissing@lemmy.world 2026-02-06 03:06
"java naturally produces verbose stack traces" better that than getting the ancient egyptian hieroglyphs outta nix