• SorteKanin@feddit.dk
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    I guess what I don’t really understand still is what advantage this provides over something like anyhow.

    • snaggen@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years ago

      Error stack will give will print the full stack of errors and their corresponding line in the code. Much like a backtrace, but for errors.

      • SorteKanin@feddit.dk
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        Doesn’t anyhow also give a stack of errors? Although not with lines, that does sound useful.