I do not know how to read a coredump and I have never needed to read one before.
>>108751678gdb [binary] [core dump]
>>108751725That is not what I meant by read lol.
Same, I comment out entire sections of code until it runs and then rewrite the code I disabled.
>>108751757compile with debug symbols enabled
I realized early on that a debugger is a convenient crutch.It does work well for debugging, but if you need it then you already fucked up. Its implied your code is far too complicated that you needed a dedicated debugger just to debug it.
>>108751805so, dustmite?https://dlang.org/blog/2020/04/13/dustmite-the-general-purpose-data-reduction-tool/
>>108751678if its a debug build you can see the names of the functions and shit i cant read it either i ask an llm to tell me what everything means
>low-key "i want /g/ to educate me but i'm ashamed to ask directly" threadcmon anon i teach my 5 year old she doesn't get any ice cream if she doesn't ask for it politely
>>108752415I don't eat ice cream and have never needed to eat one before.
>>108754064>eat one (ice cream)ice cream is a collective noun saarone does not eat "one" ice creamone eats ice cream, or eats one *bowl of* ice cream, et cetera.
>>108752016no shit you nocode retard
>>108752016You're literally an idiot that never writes anything but scripts.
>>108754149>>108754157What's with the attitude?Anyway I don't know what's got you upset with that remark. It's true.
>>108751805the thing i do now i add a --debug command line switch to my program that enables verbose debug output that i can write to a log file and search and i can zero in on the exact line that failed pretty much 100% of the time now. learned that from the pragmatic programmer.
>>108754293>it's true that I'm a bad programmer that doesn't understand either programming or debuggingOk..? Why so insecure that you need to preach your badness on /g/ and pretend like it gives you some kind of moral standing? Where's the "i'm too dumb to use computer" accompanied by gigachad jpeg?
>>108756359You wrote that, not me.Are you goading? I can talk to you if it helps.