• @DannyBoy@sh.itjust.works
    link
    fedilink
    English
    161 year 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
      131 year ago

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

    • Ziglin (it/they)
      link
      fedilink
      21 year 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.