1008
C++ Moment (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] ysjet@lemmy.world 14 points 7 months ago

gdb gives you waaaaaaaaaaaaaaay more than a stack trace.

[-] TarantulaFudge@lemmy.ml 5 points 7 months ago

I love gdb! I recently had to do a debug and wow its so cool! On gentoo I can compile everything with symbols and source and can do a complete stack trace.

[-] inetknght@lemmy.ml 5 points 7 months ago

...unless you build the executable with optimizations that remove the stack frame. Good luck debugging that sucker!

[-] TangledHyphae@lemmy.world 2 points 7 months ago

Am I the only one in this thread who uses VSCode + GDB together? The inspection panes and ability to breakpoint and hover over variables to drill down in them is just great, seems like everyone should set up their own c_cpp_properties.json && tasks.json files and give it a try.

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

Programmer Humor

32197 readers
417 users here now

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

Rules:

founded 5 years ago
MODERATORS