1005
C++ Moment (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] AMDIsOurLord@lemmy.ml 18 points 6 months ago

The developer must either provide the logging and attach a debugger or go get fucked when a runtime error happens

[-] Faresh@lemmy.ml 10 points 6 months ago* (last edited 6 months ago)

That's not true though. You can get the backtrace and other useful information from the coredump mentioned by the error message by loading it with gdb. Not as good as attaching it to a living process, since you can't see step-by-step what happens leading up to the error, but still quite useful.

[-] AMDIsOurLord@lemmy.ml 3 points 6 months ago

Well yes, that's a pretty good way of debugging a third party app but if you are developing something you can have more ease with gdb attached

[-] kureta@lemmy.ml 7 points 6 months ago
[-] drolex@sopuli.xyz 6 points 6 months ago

You can also debug post-mortem with the minidump or the core dump file with WDT on Windows. Great fun and a good way to brush up on your assembly skills

[-] marcos@lemmy.world 2 points 6 months ago

Great fun and a good way to brush up on your assembly skills

Just load it on the debugger and leave your asm skill gather patina.

this post was submitted on 28 Feb 2024
1005 points (97.0% liked)

Programmer Humor

32020 readers
578 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS