• @DannyBoy@sh.itjust.works
    link
    fedilink
    English
    164 months ago

    It’s been a minute since I used C/Cpp but if you compile with debugging symbols and using gdb give you info like in Java? At least the location of the crash.

    • @Miaou@jlai.lu
      link
      fedilink
      134 months ago

      And then you realise the program doesn’t crash when compiling with debug symbols 😢

    • @Ziglin@lemmy.world
      link
      fedilink
      23 months ago

      And much more, it tells you each operation it goes through, where it is in the code, what’s in the registers and more.