• qaz@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 day ago

    C++ you have to enable core dumps and then run a separate tool.

    It’s really not that bad when using something like Clion in debug mode. It clearly shows each function it went through and clicking instantly takes you to the relevant function.

    But you’re right. Java stacktraces really aren’t that bad, throw some syntax highlighting and links in and it’s actually a really decent option. I sure know what I would prefer when comparing it to JavaScript.