42
Comments
  • 2
    One of my favourite error!

    Because it does not throw any line number, and fuck yeah go through the whole code to find it!
  • 1
    My entire college life represented by one statement.
  • 1
    @Nawap feeling is mutual bud
  • 0
    gdb?
  • 0
    @garuna without the error I never would've learnt gdb
  • 1
    @SuryaK still the best part are rhe intermediate print statements
  • 1
    @Nawap debuggers can stop right where it happened, though. In CLion, for example (which uses gdb) automatically stops where the segfault happened, and lets you see some (others just don't work) variables. Really helpful. Although the easiest, by far, is to use valgrind, or address sanitizer.
  • 1
    @aritzh yeah debuggers r most useful when it comes to c/c++
  • 0
    @aritzh
    I have never used Clion ide,
    Actually not used ide for C/C++
Add Comment