You must log in or register to comment.
Someone needs to be introduced to gdb…
have fun without those debug symbols
Why wouldn’t I have debug symbols in the software I’m developing?
And what happens when you release it?
If you want the same traces as Java and python in the meme, you leave them, if you don’t you strip them. Or you ship them separately. You decide, like a big boy.
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.
And then you realise the program doesn’t crash when compiling with debug symbols 😢